We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083360e commit 9225245Copy full SHA for 9225245
1 file changed
.github/workflows/claude-code-review.yml
@@ -17,7 +17,9 @@ jobs:
17
18
- uses: anthropics/claude-code-action@v1
19
with:
20
- anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
21
+ plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
22
+ plugins: 'code-review@claude-code-plugins'
23
track_progress: true # ✨ Enables tracking comments
24
prompt: |
25
REPO: ${{ github.repository }}
0 commit comments