Skip to content

Commit

Permalink
chore: use gen token for CTS (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Apr 29, 2022
1 parent 00fbcde commit d2517cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.TOKEN_RELEASE_BOT }}
token: ${{ secrets.TOKEN_GENERATE_BOT }}

- name: Restore cache
uses: ./.github/actions/cache
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.TOKEN_RELEASE_BOT }}
token: ${{ secrets.TOKEN_GENERATE_BOT }}

- name: Restore cache
uses: ./.github/actions/cache
Expand Down

0 comments on commit d2517cc

Please sign in to comment.