Skip to content

Commit 7d9ee5c

Browse files
feat: add permissions for write access in release workflow
1 parent 4ea214f commit 7d9ee5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and release executables
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
inputs:

0 commit comments

Comments
 (0)