Skip to content

Commit 06d1ca4

Browse files
committed
build: fix permission for GITHUB_TOKEN
1 parent f1f19d3 commit 06d1ca4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
pull_request:
66

7+
permissions:
8+
contents: write # Required to create releases
9+
710
env:
811
CARGO_TERM_COLOR: always
912

0 commit comments

Comments
 (0)