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 d51bb4c commit 80c4ae0Copy full SHA for 80c4ae0
.github/workflows/main.yml
@@ -35,5 +35,5 @@ jobs:
35
with:
36
folder: book
37
branch: gh-pages
38
- token: ${{ secrets.GITHUB_TOKEN }} # Explicitly use the token
+ token: ${{ secrets.PAT }} # Explicitly use the token
39
clean: true # Clean up old files
0 commit comments