Skip to content

Commit 9c0d123

Browse files
committed
add permissions
1 parent 275bf06 commit 9c0d123

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
env:
99
CARGO_TERM_COLOR: always
1010

11+
permissions:
12+
contents: write
13+
packages: write
14+
actions: read
15+
1116
jobs:
1217
create-release:
1318
name: Create Release

0 commit comments

Comments
 (0)