Skip to content

Commit 3c55d7b

Browse files
committed
fix: 修改环境
1 parent c015b6c commit 3c55d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy to GitHub Pages
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
github_token: ${{ secrets.PAT_TOKEN }} # 这一步很重要,单独看下面的大步骤,主要是用来给该脚本一些仓库权限
31+
github_token: ${{ secrets.GITHUB_TOKEN }} # 这一步很重要,单独看下面的大步骤,主要是用来给该脚本一些仓库权限
3232
publish_dir: /packages/zh/.vitepress/dist # 指定该文件夹中的 dist
3333
publish_branch: gh-pages # 推送到关联仓库的 gh-pages 分支
3434
dotfiles: true # 包括在提交中,即使被 .gitignore 文件忽略

0 commit comments

Comments
 (0)