From 61c630d6d026e0623b9218c4e28bae0a7eaac803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 4 Jan 2023 11:09:32 +0100 Subject: [PATCH] Fix pull requests check workflow, use our CI token --- .github/workflows/pr-checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index ae8ff417..982390c7 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -26,3 +26,4 @@ jobs: run: c2cciutils-pull-request-checks env: GITHUB_EVENT: ${{ toJson(github) }} + GITHUB_TOKEN: ${{ secrets.TOKEN }}