Skip to content

Commit

Permalink
fix: set proper permisions for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Dec 12, 2024
1 parent 79311a5 commit 056fc7e
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 @@ -10,7 +10,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
permissions:
contents: write # to create release (changesets/action)
id-token: write # Required for provenance
pull-requests: write # to create pull request (changesets/action)
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 056fc7e

Please sign in to comment.