diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c0b5d5..fe1e387 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GH_TOKEN_CLASSIC }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build