Skip to content

Commit 7a094df

Browse files
authored
Merge pull request #1318 from shirou/feature/fix_release_action
fix(actions): add write permission to release action
2 parents 8cbdb09 + 4f1f5b3 commit 7a094df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
name: Release
66
permissions:
7-
contents: read
7+
contents: write
88

99
jobs:
1010
release:

0 commit comments

Comments
 (0)