Update the GNU CI permissions to allow messages for results

This commit is contained in:
Sylvestre Ledru 2022-10-06 17:10:18 +02:00 committed by GitHub
parent 97f3dfad54
commit a61230828e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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