Skip to content

Commit a1ff8a0

Browse files
authored
Merge pull request #4479 from joostjager/fix-claude-review
Pass github_token explicitly to claude-code-action
2 parents 59ac8aa + 1d172dc commit a1ff8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/claude-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: anthropics/claude-code-action@v1
1919
with:
2020
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
21+
github_token: ${{ secrets.GITHUB_TOKEN }}
2122
prompt: |
2223
REPO: ${{ github.repository }}
2324
PR NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)