Skip to content

Commit 7a47d5e

Browse files
chore(gh): give write permission to release wf (#224)
1 parent 567c3e6 commit 7a47d5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- master
66
workflow_dispatch: {}
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
release_bin:
1013
name: Release Binaries

0 commit comments

Comments
 (0)