Skip to content

Commit d2d4b37

Browse files
authored
ci: Add actions permissions to release tag job (#3330)
This adds the missing permission to the release tag job.
1 parent e179cc7 commit d2d4b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-tag.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
publish-packages:
88
name: Create tags for release
99
permissions:
10+
actions: write
1011
contents: write
1112
runs-on: [ ubuntu-latest ]
1213
if: contains(github.event.head_commit.message, 'chore(release)')

0 commit comments

Comments
 (0)