Skip to content

Commit 1bec7a1

Browse files
committed
add permissions
1 parent 8c036e5 commit 1bec7a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
name: Create a release
104104
runs-on: ubuntu-latest
105105
if: startsWith(github.event.ref, 'refs/tags/v')
106+
permissions:
107+
contents: write
106108
needs:
107109
- package_windows
108110
- package_linux

0 commit comments

Comments
 (0)