Commit 7096beb
authored
Fix Claude Code Review workflow permissions (#886)
## Summary
- Add `permissions` block to the Claude Code Review caller workflow
- The reusable workflow in `shakacode/.github` needs `issues: write`,
`pull-requests: write`, and `id-token: write`, but callers must
explicitly grant these permissions
- Without this, the workflow fails with: "The nested job is requesting
permissions but is only allowed none"
## Test plan
- [ ] Verify the Claude Code Review workflow runs successfully on a new
PR
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 8c1b506 commit 7096beb
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
0 commit comments