Commit 7cdbe8f
Fix Claude Code GitHub Action authentication error
Update workflow permissions to grant write access for pull-requests and issues.
The action needs write permissions to post review comments via gh pr comment.
Changes:
- pull-requests: read → write
- issues: read → write
This resolves the "User does not have write access on this repository" error
that was preventing the Claude Code review from running on PRs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f53a811 commit 7cdbe8f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments