Skip to content

Commit c1195be

Browse files
authored
fix(ci): add actions:write permission to release-auto-tag workflow (#361)
The 'Trigger Release Tag workflow' step uses gh workflow run to dispatch release-tag.yml, which requires the actions:write permission. Without it the GITHUB_TOKEN gets HTTP 403: Resource not accessible by integration.
1 parent bee0ea8 commit c1195be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-auto-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13+
actions: write
1314

1415
concurrency:
1516
group: release-auto-tag

0 commit comments

Comments
 (0)