Skip to content

Commit

Permalink
chore: Fix permission in release job that creates a new tag (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBettati authored May 31, 2024
1 parent b803b68 commit 94caf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
create-tag:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
needs: [ release-config, validate-inputs, update-examples-reference-in-docs, update-changelog-header ]
if: >-
!cancelled()
Expand Down

0 comments on commit 94caf6d

Please sign in to comment.