Skip to content

Commit 753497b

Browse files
committed
Add write permission to release Action
1 parent b0cbbea commit 753497b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [published]
55
permissions:
6-
contents: read
6+
contents: write
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)