Skip to content

Commit 18103c1

Browse files
Vrtak-CZclaude
andcommitted
fix(ci): add actions:write permission for workflow dispatch
The release workflow triggers npm-publish via `gh workflow run`, which requires the actions:write permission on GITHUB_TOKEN. Without it the API returns HTTP 403. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5daee6a commit 18103c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
16+
actions: write
1617
steps:
1718
- uses: actions/checkout@v6
1819
with:

0 commit comments

Comments
 (0)