From fcf03308ce27f02d6f10841c843ea46cda749738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= <20689156+shortcuts@users.noreply.github.com> Date: Tue, 12 Apr 2022 16:01:23 +0200 Subject: [PATCH] chore: set token when checking out. (#373) Co-authored-by: Pierre Millot --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3fdcf20b6c..92ecc48f6c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -399,6 +399,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} + token: ${{ secrets.TOKEN_RELEASE_BOT }} - name: Restore cache uses: ./.github/actions/cache