Skip to content

Commit 1958b7b

Browse files
committed
ci: use NVIDIA inference for Claude review
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 83144b0 commit 1958b7b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ permissions:
1313
jobs:
1414
claude-review:
1515
if: github.event.issue.pull_request != null && contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
16-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_claude_review.yml@v0.88.0
16+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_claude_review.yml@v1.7.0
1717
with:
18+
model: ${{ vars.CLAUDE_MODEL }}
1819
prompt: |
1920
You are doing a light code review. Keep it concise and actionable.
2021
@@ -36,4 +37,5 @@ jobs:
3637
It's perfectly acceptable to not have anything to comment on.
3738
If you do not have anything to comment on, post "LGTM".
3839
secrets:
39-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
40+
NVIDIA_INFERENCE_URL: ${{ secrets.NVIDIA_INFERENCE_URL }}
41+
NVIDIA_INFERENCE_KEY: ${{ secrets.NVIDIA_INFERENCE_KEY }}

0 commit comments

Comments
 (0)