Skip to content

Commit 5205064

Browse files
authored
Fix Claude Code Review workflow permissions (#696)
1 parent d03b9f5 commit 5205064

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ on:
77
jobs:
88
claude-review:
99
uses: shakacode/.github/.github/workflows/claude-code-review.yml@main
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
issues: write
14+
id-token: write
1015
secrets:
1116
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)