We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c529277 + c583d9e commit bd51199Copy full SHA for bd51199
.github/workflows/deploy.yml
@@ -33,4 +33,4 @@ jobs:
33
uses: peaceiris/actions-gh-pages@v3
34
with:
35
publish_dir: './dist' # Path to the built files
36
- github_token: ${{ secrets.GITHUB_TOKEN }} # Use GitHub's provided token for authentication
+ github_token: ${{ secrets.GH_IO_PAT }} # Use your stored PAT for authentication
0 commit comments