Skip to content

Commit 1805962

Browse files
Add missing permissions to release container job (#547)
Signed-off-by: Hayden <[email protected]>
1 parent 4bbb7b9 commit 1805962

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,8 @@ jobs:
8383
uses: ./.github/workflows/build_container.yml
8484
secrets: inherit
8585
needs: approval
86+
permissions:
87+
contents: read
88+
packages: write
89+
attestations: write
90+
id-token: write

0 commit comments

Comments
 (0)