We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ee385 commit 78695c3Copy full SHA for 78695c3
1 file changed
.github/workflows/main.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Deploy
26
uses: peaceiris/actions-gh-pages@v3
27
with:
28
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.ACCESS_TOKEN }}
29
publish_dir: ./build
0 commit comments