Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 7c66a1d

Browse files
committed
fix: add write permissions for release workflow
GitHub Actions requires explicit contents:write permission to create releases
1 parent 3aa28be commit 7c66a1d

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
@@ -10,6 +10,9 @@ env:
1010
CARGO_TERM_COLOR: always
1111
BINARY_NAME: cc-relay-server
1212

13+
permissions:
14+
contents: write
15+
1316
jobs:
1417
create-release:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)