diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 686e80b9..0fb45849 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,5 +34,5 @@ jobs: - name: Release to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GH_AUTH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: dist/docs