From 93f636c493d3df26a70c9bc5c09fcc6f292b07bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Tue, 12 Apr 2022 15:47:26 +0200 Subject: [PATCH] chore: set token when checking out. 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 3fdcf20b6c1..92ecc48f6c0 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