Skip to content

Commit babd51e

Browse files
authored
Merge pull request #42 from lstreckeisen/add-release-workflow
set content permission to write to allow release creations
2 parents d36e7a6 + cda2b11 commit babd51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
permissions:
9-
contents: read
9+
contents: write
1010
actions: read
1111
checks: write
1212
packages: write

0 commit comments

Comments
 (0)