We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93670ff commit 656f5fbCopy full SHA for 656f5fb
1 file changed
.github/workflows/claude-code-review.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: anthropics/claude-code-action@v1
37
with:
38
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39
+ github_token: ${{ secrets.GITHUB_TOKEN }}
40
track_progress: true # Enable visual progress tracking
41
allowed_bots: '*'
42
prompt: |
0 commit comments