Skip to content

Commit

Permalink
chore(workflow): add workflow permission to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Nov 19, 2024
1 parent f5a301a commit 9e8dcf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-balena-disk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
jobs:
generate-openapi-schema:
uses: ./.github/workflows/generate-openapi-schema.yml
permissions:
contents: write
with:
release: true
tag: ${{ inputs.tag }}
Expand Down

0 comments on commit 9e8dcf0

Please sign in to comment.