Skip to content

Commit 7a4b6b5

Browse files
committed
ci(reusable-publish-npm): 替换 PERSONAL_TOKEN 为 TDESIGN_BOT_TOKEN
1 parent fdd9bca commit 7a4b6b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: reusable-publish-npm
33
on:
44
workflow_call:
55
secrets:
6-
PERSONAL_TOKEN:
6+
TDESIGN_BOT_TOKEN:
77
required: false
88

99
TDESIGN_SURGE_TOKEN:
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
ref: main
132132
fetch-depth: 0
133-
token: ${{ secrets.PERSONAL_TOKEN }}
133+
token: ${{ secrets.TDESIGN_BOT_TOKEN }}
134134
submodules: recursive
135135

136136
- name: update official website

0 commit comments

Comments
 (0)