We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4588b commit 1b66cb4Copy full SHA for 1b66cb4
1 file changed
.github/workflows/deploy-docs.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Deploy
47
uses: peaceiris/actions-gh-pages@v3
48
with:
49
+ github_token: ${{ secrets.GITHUB_TOKEN }}
50
# personal_token: ${{ secrets.MY_TOKEN }}
51
# external_repository: alist-dev/alist-dev.github.io
52
publish_branch: gh-pages
0 commit comments