Skip to content

Commit

Permalink
ci: Add actions permissions to release tag job (#3330)
Browse files Browse the repository at this point in the history
This adds the missing permission to the release tag job.
  • Loading branch information
spydon authored Oct 7, 2024
1 parent e179cc7 commit d2d4b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
publish-packages:
name: Create tags for release
permissions:
actions: write
contents: write
runs-on: [ ubuntu-latest ]
if: contains(github.event.head_commit.message, 'chore(release)')
Expand Down

0 comments on commit d2d4b37

Please sign in to comment.