mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 03:25:44 +00:00
Additional workflow permissions tweaks
Signed-off-by: Eddie Knight <knight@linux.com>
This commit is contained in:
parent
138cba6e57
commit
73692df272
3 changed files with 6 additions and 8 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -5,9 +5,7 @@ on:
|
|||
tags: [ 'v*' ]
|
||||
|
||||
permissions:
|
||||
contents: write # needed to write releases
|
||||
id-token: write # needed for keyless signing
|
||||
packages: write # needed for ghcr access
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue