mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Merge pull request #4340 from restic/least-privilege-ci
CI: least privilege for workflows
This commit is contained in:
commit
f74dad2afb
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
# run tests for all pull requests
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
latest_go: "1.20.x"
|
||||
GO111MODULE: on
|
||||
|
Loading…
Reference in New Issue
Block a user