Skip to content

Commit 6ea09c9

Browse files
bedaHovorkaclaude
andcommitted
Fix Claude Code Review workflow permissions to allow PR comments
Changed pull-requests permission from read to write to enable the workflow to post review comments using 'gh pr comment' command. This resolves the "User does not have write access" authentication error. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f941b9c commit 6ea09c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read
24-
pull-requests: read
24+
pull-requests: write
2525
issues: read
2626
id-token: write
2727

0 commit comments

Comments
 (0)