Skip to content

Commit 9225245

Browse files
authored
Update Claude Code Review workflow with new tokens
1 parent 083360e commit 9225245

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717

1818
- uses: anthropics/claude-code-action@v1
1919
with:
20-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
20+
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'
2123
track_progress: true # ✨ Enables tracking comments
2224
prompt: |
2325
REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)