Merge pull request #3453 from turrisxyz/setup-permissions

chore: Set permissions for GitHub actions
This commit is contained in:
Sylvestre Ledru 2022-05-05 08:00:20 +02:00 committed by GitHub
commit f6b9d36891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,10 @@ on: [push, pull_request]
jobs:
gnu:
permissions:
actions: read # for dawidd6/action-download-artifact to query and download artifacts
contents: read # for actions/checkout to fetch code
pull-requests: read # for dawidd6/action-download-artifact to query commit hash
name: Run GNU tests
runs-on: ubuntu-latest
steps: