diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 70b016f..778428a 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -35,7 +35,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} with: - github_token: ${{ secrets.DEPLOY_BOOK_TEST }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: ./_build/html force_orphan: true