Skip to content

Commit d8ea8ab

Browse files
authored
Fix missing permission to create release for helm charts
KNUTH-129258
1 parent 4553fda commit d8ea8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [master]
77
permissions:
88
checks: write
9-
contents: read
9+
contents: write
1010
pull-requests: write
1111
jobs:
1212
test:

0 commit comments

Comments
 (0)