Skip to content

Commit 8596b99

Browse files
Added necessary permissions to action
1 parent e99fd60 commit 8596b99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
push:
99
tags:
1010
- "*"
11-
11+
permissions:
12+
contents: write
1213
env:
1314
REF: ${{ github.event.inputs.tag || github.event.inputs.version }}
1415

0 commit comments

Comments
 (0)