Skip to content

Commit

Permalink
Update permissions for GitHub release job
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado authored Mar 6, 2025
1 parent 74b09c7 commit c24535a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ name: Release
env:
RELEASE_TAG: ${{ github.event.inputs.release_tag }}

# The default GITHUB_TOKEN does not have write permissions, which is needed to upload release
# assets.
permissions:
contents: write

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit c24535a

Please sign in to comment.