From 72cd0b314dffd02e6f3e5bc9d201c0419efaaa98 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 23 Feb 2020 21:43:02 +0900 Subject: [PATCH] docs: use github_token --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee929c..8d074f8 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book ```