Skip to content

Commit c378813

Browse files
authored
fix: update GH_TOKEN permissions (#643)
1 parent 8a44dac commit c378813

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
release_bin:
11+
permissions:
12+
contents: write
1113
if: "${{ startsWith(github.event.head_commit.message, 'chore(server): release v') == true || github.event_name == 'workflow_dispatch' }}"
1214
name: Release Binaries
1315
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)