1
0
mirror of synced 2026-02-13 21:16:57 +00:00

Adjusted workflow permissions

Signed-off-by: Eddie Knight <knight@linux.com>
This commit is contained in:
Eddie Knight
2022-10-20 11:04:49 -05:00
parent 9f41efb6f7
commit 939a75115c
8 changed files with 25 additions and 3 deletions

View File

@@ -11,6 +11,10 @@ permissions:
jobs:
goreleaser:
permissions: # TODO: Segment these jobs to minimize which actions are recieving escalated perms
contents: write # needed to write releases
id-token: write # needed for keyless signing
packages: write # needed for ghcr access
runs-on: ubuntu-latest
steps:
- name: Checkout