Skip to content

Commit

Permalink
fix: update GH_TOKEN permissions (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
EFF authored Dec 8, 2023
1 parent 8a44dac commit c378813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
release_bin:
permissions:
contents: write
if: "${{ startsWith(github.event.head_commit.message, 'chore(server): release v') == true || github.event_name == 'workflow_dispatch' }}"
name: Release Binaries
runs-on: ubuntu-latest
Expand Down

0 comments on commit c378813

Please sign in to comment.