From 4c3714f78c6f28802fbd3db04ad133e89a5abfc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 4 Jan 2023 11:19:28 +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 d708b2215..80b80c6ea 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -32,3 +32,4 @@ jobs: run: c2cciutils-pull-request-checks env: GITHUB_EVENT: ${{ toJson(github) }} + GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}