Skip to content

Commit ee630ef

Browse files
committed
fix
1 parent 7007b2c commit ee630ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
build_dir: docs/.vuepress/dist
8989
env:
9090
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
91-
GITHUB_TOKEN: ${{ secrets.DOCS_TOKEN }}
91+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292

9393
# rm CNAME
9494
- name: Remove CNAME

0 commit comments

Comments
 (0)