Skip to content

Commit 9e833b3

Browse files
committed
Add contents write permission on release workflow
Signed-off-by: Sylvain Rabot <[email protected]>
1 parent ee52ebd commit 9e833b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build
1010
runs-on: ubuntu-22.04
1111
permissions:
12-
contents: read
12+
contents: write
1313
packages: write
1414
steps:
1515
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)