mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update GitHub Actions workflow with permissions (#33220)
This commit is contained in:
parent
e37aa6cf29
commit
23a0f8148b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-gitops-migrate.yml
vendored
3
.github/workflows/build-gitops-migrate.yml
vendored
|
|
@ -14,6 +14,9 @@ concurrency:
|
|||
# Newly queued runs terminate existing in-progress runs.
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: (${{ matrix.GOOS }})(${{ matrix.GOARCH }})
|
||||
|
|
|
|||
Loading…
Reference in a new issue