Skip to content

Commit 18b8136

Browse files
Fix GitHub Actions release workflow permissions
Add contents: write permission to allow workflow to create GitHub releases. Fixes 403 Forbidden error when softprops/action-gh-release tries to create releases.
1 parent aff8424 commit 18b8136

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
811
env:
912
CARGO_TERM_COLOR: always
1013

0 commit comments

Comments
 (0)