Skip to content

Commit a944fc4

Browse files
authored
add contents write permission for goreleaser workflow (#2357)
Signed-off-by: pxp928 <[email protected]>
1 parent 5f6990f commit a944fc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
permissions:
3737
packages: write # To publish container images to GHCR
3838
id-token: write # To use our OIDC token
39+
contents: write # To upload assets to release
3940
steps:
4041
- name: Checkout
4142
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)