Skip to content

Commit 16f2f57

Browse files
fix: add write permissions for GitHub release creation
1 parent d412245 commit 16f2f57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
env:
1616
CARGO_TERM_COLOR: always
1717

18+
permissions:
19+
contents: write
20+
packages: write
21+
1822
jobs:
1923
build-binaries:
2024
name: Build ${{ matrix.target }}

0 commit comments

Comments
 (0)