Skip to content

Commit bd51199

Browse files
authored
Merge pull request #6 from trsctr/chore/add-gh-pages-dependencies
added PAT to secrets and deploy.yaml
2 parents c529277 + c583d9e commit bd51199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:
3535
publish_dir: './dist' # Path to the built files
36-
github_token: ${{ secrets.GITHUB_TOKEN }} # Use GitHub's provided token for authentication
36+
github_token: ${{ secrets.GH_IO_PAT }} # Use your stored PAT for authentication

0 commit comments

Comments
 (0)