Skip to content

Commit 1b66cb4

Browse files
committed
Add github_token to deploy-docs.yml for deployment authentication
1 parent ab4588b commit 1b66cb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Deploy
4747
uses: peaceiris/actions-gh-pages@v3
4848
with:
49+
github_token: ${{ secrets.GITHUB_TOKEN }}
4950
# personal_token: ${{ secrets.MY_TOKEN }}
5051
# external_repository: alist-dev/alist-dev.github.io
5152
publish_branch: gh-pages

0 commit comments

Comments
 (0)