Skip to content

Commit 284a36a

Browse files
authored
Update deploy.yml
1 parent 6cc89e2 commit 284a36a

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
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
branch: gh-pages # The branch where the content will be deployed (default is gh-pages)
2424
folder: src # The folder to deploy (in your case, it's 'src')
25-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # Use the PAT stored in GitHub secrets
25+
token: ${{ secrets.GITHUB_TOKEN }} # Ensure token is passed correctly

0 commit comments

Comments
 (0)