Skip to content

Commit f7fe662

Browse files
authored
Merge branch 'develop' into rylan/fix/upload/remove
2 parents d5d5843 + 0386cc4 commit f7fe662

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pr-comment-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
- uses: actions/checkout@v4
7474
with:
7575
fetch-depth: 0
76-
token: ${{ secrets.PERSONAL_TOKEN }}
76+
token: ${{ secrets.TDESIGN_BOT_TOKEN }}
7777

7878
- name: gh checkout pr
7979
env:
80-
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
80+
GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }}
8181
run: gh pr checkout ${{ github.event.issue.number }}
8282

8383
- name: git config
@@ -148,11 +148,11 @@ jobs:
148148
- uses: actions/checkout@v4
149149
with:
150150
fetch-depth: 0
151-
token: ${{ secrets.PERSONAL_TOKEN }}
151+
token: ${{ secrets.TDESIGN_BOT_TOKEN }}
152152

153153
- name: gh checkout pr
154154
env:
155-
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
155+
GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }}
156156
run: gh pr checkout ${{ github.event.issue.number }} --recurse-submodules
157157

158158
- name: bot commtent
@@ -246,7 +246,7 @@ jobs:
246246
git commit -m "chore: update snapshot"
247247
fi
248248
git status
249-
249+
250250
- name: git push
251251
run: |
252252
git status
@@ -260,11 +260,11 @@ jobs:
260260
- uses: actions/checkout@v4
261261
with:
262262
fetch-depth: 0
263-
token: ${{ secrets.PERSONAL_TOKEN }}
263+
token: ${{ secrets.TDESIGN_BOT_TOKEN }}
264264

265265
- name: gh checkout pr
266266
env:
267-
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
267+
GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }}
268268
run: gh pr checkout ${{ github.event.issue.number }} --recurse-submodules
269269

270270
- name: git config

.github/workflows/preview-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
core.setOutput('comment', comment);
136136
137137
- name: comment
138-
uses: actions-cool/maintain-one-comment@v3
138+
uses:TDesignOteam/workflows/actions/maintain-one-comment@main
139139
with:
140140
token: ${{ secrets.TDESIGN_BOT_TOKEN }}
141141
number: ${{needs.preview-context.outputs.pr_id}}

0 commit comments

Comments
 (0)