Skip to content

Commit d5226de

Browse files
committed
fix(Github Actions): 修复Release流水线异常
1 parent bdeca90 commit d5226de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Release New Version
144144
run: npx changelog
145145
env:
146-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
146+
GITHUB_TOKEN: ${{secrets.TOKEN}}
147147

148148
# Deploy-ESC:
149149
# name: "部署到ESC服务器"

0 commit comments

Comments
 (0)