diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 94c5ebd..34f6a15 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,5 +27,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - personal_token: ${{ secrets.GITHUB_TOKEN }} + personal_token: ${{ secrets.GH_PAGES_TOKEN }} publish_dir: ./dist