Skip to content

Commit

Permalink
ci: fix release pipeline permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jan 7, 2025
1 parent 9070994 commit eeae6ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
id-token: write
attestations: write
packages: write
contents: read
# Required to create relases
contents: write
pull-requests: read
outputs:
release_upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
Expand Down

0 comments on commit eeae6ff

Please sign in to comment.