From a61230828ed38df9cd0b42959099a59549dcb6d5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 6 Oct 2022 17:10:18 +0200 Subject: [PATCH] Update the GNU CI permissions to allow messages for results --- .github/workflows/GnuTests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index b36a97cac..1de96cefd 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -14,6 +14,7 @@ jobs: permissions: 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 name: Run GNU tests runs-on: ubuntu-latest