Skip to content

Commit f78d6f9

Browse files
author
d6e
committed
Fix release workflow: add contents write permission
1 parent 632bb8b commit f78d6f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [created]
66

7+
permissions:
8+
contents: write
9+
710
env:
811
CARGO_TERM_COLOR: always
912

0 commit comments

Comments
 (0)