From b4de65b4d7435d332f8ffe5881dce2f01147594a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 8 Oct 2022 12:21:26 +0200 Subject: [PATCH] Add `pull-requests: write` for GNU CI --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 1de96cefd..46077e624 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -15,7 +15,7 @@ jobs: actions: read # for dawidd6/action-download-artifact to query and download artifacts contents: read # for actions/checkout to fetch code issues: write # to publish comment - pull-requests: read # for dawidd6/action-download-artifact to query commit hash + pull-requests: write # for dawidd6/action-download-artifact to query commit hash & publish comment name: Run GNU tests runs-on: ubuntu-latest steps: