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.
1 parent 6cc89e2 commit 284a36aCopy full SHA for 284a36a
.github/workflows/deploy.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
branch: gh-pages # The branch where the content will be deployed (default is gh-pages)
24
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
+ token: ${{ secrets.GITHUB_TOKEN }} # Ensure token is passed correctly
0 commit comments