We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9db3cae + 918b0e7 commit 9bc8f1dCopy full SHA for 9bc8f1d
1 file changed
.github/workflows/claude-code-review.yml
@@ -7,5 +7,10 @@ on:
7
jobs:
8
claude-review:
9
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
15
secrets:
16
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
0 commit comments