We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59ac8aa + 1d172dc commit a1ff8a0Copy full SHA for a1ff8a0
1 file changed
.github/workflows/claude-review.yml
@@ -18,6 +18,7 @@ jobs:
18
- uses: anthropics/claude-code-action@v1
19
with:
20
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
21
+ github_token: ${{ secrets.GITHUB_TOKEN }}
22
prompt: |
23
REPO: ${{ github.repository }}
24
PR NUMBER: ${{ github.event.pull_request.number }}
0 commit comments