diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 8f97071a8..fbe390670 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -27,7 +27,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} allow_empty_commit: true keep_files: false publish_dir: gh-pages