We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7007b2c commit ee630efCopy full SHA for ee630ef
1 file changed
.github/workflows/deploy.yml
@@ -88,7 +88,7 @@ jobs:
88
build_dir: docs/.vuepress/dist
89
env:
90
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
91
- GITHUB_TOKEN: ${{ secrets.DOCS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
93
# rm CNAME
94
- name: Remove CNAME
0 commit comments