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 a4f1ede commit 35b3ef7Copy full SHA for 35b3ef7
1 file changed
.github/workflows/claude-code-review.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
permissions:
23
contents: read
24
- pull-requests: read
+ pull-requests: write
25
issues: read
26
id-token: write
27
@@ -35,7 +35,7 @@ jobs:
35
id: claude-review
36
uses: anthropics/claude-code-action@v1
37
with:
38
- claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
+ anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
40
plugins: 'code-review@claude-code-plugins'
41
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
0 commit comments