diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a3cf2a..ba3125c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,5 +76,5 @@ jobs: - name: deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public