diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b3a5746..cad2643 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -28,5 +28,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main' with: - github_token: ${{ secrets.TOK1 }} + GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }} publish_dir: ./public