Merge pull request #4340 from restic/least-privilege-ci

CI: least privilege for workflows
This commit is contained in:
Michael Eischer 2023-05-26 20:29:05 +02:00 committed by GitHub
commit f74dad2afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ on:
# run tests for all pull requests
pull_request:
permissions:
contents: read
env:
latest_go: "1.20.x"
GO111MODULE: on