Skip to content

Commit 44f19a1

Browse files
fix: add actions:read permission to Claude Code workflow
The reusable workflow in spx-gh-actions requests actions:read, but the caller workflow didn't grant it, causing GitHub to reject the workflow.
1 parent 7418537 commit 44f19a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/claude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121
issues: read
2222
pull-requests: read
2323
id-token: write
24+
actions: read
2425

2526
jobs:
2627
claude:
@@ -29,6 +30,7 @@ jobs:
2930
issues: read
3031
pull-requests: read
3132
id-token: write
33+
actions: read
3234
uses: simonheimlicher/spx-gh-actions/.github/workflows/claude.yml@main
3335
secrets:
3436
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)