Skip to content

Commit a31526c

Browse files
committed
ci(workflows): add write permissions to release workflow
1 parent 8a58080 commit a31526c

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
@@ -8,7 +8,7 @@ name: Release
88
- "*.x"
99

1010
permissions:
11-
contents: read
11+
contents: write
1212

1313
jobs:
1414
release:

0 commit comments

Comments
 (0)