Skip to content

Commit 408cbfd

Browse files
committed
Merge pull request 'fix(ci) : allow the GitHub release action to write contents, otherwise publishing the binary fails' (#251) from fix/github-actions into main
Reviewed-on: https://gitea.obmondo.com/EnableIT/kubeaid-bootstrap-script/pulls/251
2 parents 47d4048 + c37cb0e commit 408cbfd

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
@@ -6,8 +6,8 @@ on:
66
types: [created]
77

88
permissions:
9+
contents: write
910
packages: write
10-
security-events: write
1111

1212
jobs:
1313
scan_sourcecode:

0 commit comments

Comments
 (0)