Skip to content

Commit 9491a75

Browse files
committed
add permission to release action
1 parent 289a6a8 commit 9491a75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ on:
3232
env:
3333
ZIG_VERSION: 0.14.1
3434

35+
permissions:
36+
contents: write
37+
3538
jobs:
3639
create-release:
3740
name: Create Release

0 commit comments

Comments
 (0)