Skip to content

Commit d2517cc

Browse files
authored
chore: use gen token for CTS (#455)
1 parent 00fbcde commit d2517cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
with:
386386
fetch-depth: 0
387387
ref: ${{ github.event.pull_request.head.ref }}
388-
token: ${{ secrets.TOKEN_RELEASE_BOT }}
388+
token: ${{ secrets.TOKEN_GENERATE_BOT }}
389389

390390
- name: Restore cache
391391
uses: ./.github/actions/cache
@@ -431,7 +431,7 @@ jobs:
431431
with:
432432
fetch-depth: 0
433433
ref: ${{ github.event.pull_request.head.ref }}
434-
token: ${{ secrets.TOKEN_RELEASE_BOT }}
434+
token: ${{ secrets.TOKEN_GENERATE_BOT }}
435435

436436
- name: Restore cache
437437
uses: ./.github/actions/cache

0 commit comments

Comments
 (0)