Skip to content

Commit cec4abd

Browse files
authored
fix(ci): add missing permission to release job (#377)
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
1 parent 26104d5 commit cec4abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
needs: [linux, macos, windows, sdist]
9696
permissions:
9797
id-token: write # Required for OIDC token exchange with crates.io
98+
contents: write # Required to be able to create a GitHub release
9899
steps:
99100
- uses: actions/checkout@v5
100101
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)