From e4e0d239e831e2579b92d672083759738cdb5ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Fri, 29 Apr 2022 12:48:02 +0200 Subject: [PATCH 1/2] chore: use gen token for CTS --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5115dc374a..9111b35e09 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 From 30ace418342a4a7bf933a7d4c590db6090193715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Fri, 29 Apr 2022 12:49:09 +0200 Subject: [PATCH 2/2] here too --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9111b35e09..3cbb0ecb7d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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