Skip to content

Commit 45dfb10

Browse files
committed
ci: add contents:write permission for release workflow
1 parent 2831ecd commit 45dfb10

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
push:
55
tags: ["v*"]
66

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

0 commit comments

Comments
 (0)