Skip to content

Commit 60211ef

Browse files
committed
fix(ci): add required permissions for GitHub release
1 parent 551b01f commit 60211ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
env:
1212
CARGO_TERM_COLOR: always
1313

14+
# Add permissions section to allow release creation
15+
permissions:
16+
contents: write
17+
1418
jobs:
1519
build:
1620
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)