mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update permissions in workflows to be more restrictive (#27959)
This commit is contained in:
parent
593e0683c8
commit
c45e0df72b
2 changed files with 0 additions and 4 deletions
|
|
@ -11,10 +11,8 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
attestations: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
set-version:
|
||||
|
|
|
|||
|
|
@ -27,10 +27,8 @@ env:
|
|||
OSQUERY_VERSION: 5.16.0
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
attestations: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
generate-macos:
|
||||
|
|
|
|||
Loading…
Reference in a new issue