We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a6c6d commit 7a16315Copy full SHA for 7a16315
.github/workflows/deploy.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Deploy to GitHub Pages
42
uses: peaceiris/actions-gh-pages@v3
43
with:
44
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_PAT }}
45
publish_dir: ./docs/site
46
force_orphan: true
0 commit comments