Skip to content

Commit

Permalink
ci: fix release and publish gh action permissions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Mar 14, 2024
1 parent 5ed6a66 commit bb3aab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
permissions:
contents: write # to create release commit
pull-requests: write # to create release PR
id-token: write # to allow npm publish provenance generation

runs-on: ubuntu-latest

Expand Down

0 comments on commit bb3aab3

Please sign in to comment.