mirror of
https://github.com/octoleo/restic.git
synced 2025-01-03 07:12:28 +00:00
CI: least privilege for workflows
This commit is contained in:
parent
13c32b0fbe
commit
6e5b42d5c4
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
# run tests for all pull requests
|
# run tests for all pull requests
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
latest_go: "1.20.x"
|
latest_go: "1.20.x"
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
Loading…
Reference in New Issue
Block a user