Skip to content

Commit 88f62c3

Browse files
authored
Merge pull request #7 from CheckPointSW:release-fix
add permissions for release action
2 parents 0c52011 + aef3195 commit 88f62c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- 'v*'
66
jobs:
77
goreleaser:
8+
permissions: write-all
89
runs-on: ubuntu-latest
910
steps:
1011
-

0 commit comments

Comments
 (0)