diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 846a047..479a35c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,5 +21,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./dist # Adjust if your build output is elsewhere