diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3581729..0e7fe9b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -61,5 +61,5 @@ jobs: - name: Deploy to gh-pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build