We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaee9a commit 692a98cCopy full SHA for 692a98c
.github/workflows/deploy.yml
@@ -36,5 +36,5 @@ jobs:
36
- name: Deploy to GitHub Pages
37
uses: peaceiris/actions-gh-pages@v4
38
with:
39
- github_token: ${{ secrets.GH_ACTIONS_TOKEN }}
+ github_token: ${{ secrets.BYPASS_USER_PAT }}
40
publish_dir: ./build
0 commit comments