diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 1d727154db..0fc7569ad6 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -43,7 +43,7 @@ jobs: github.event.pull_request.base.ref == 'develop' && startsWith(github.head_ref, 'docs/')) with: - github_token: ${{ secrets.DEPLOY_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: