diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52a955a..e0f312e 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: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist \ No newline at end of file + github_token: ${{ secrets.GH_PAT }} + publish_dir: ./dist