Skip to content

fix(opencode): bind NVIDIA_NIM_API_KEY for NIM model pool - #681

Merged
seonghobae merged 1 commit into
mainfrom
fix/nim-api-key-secret-mapping
Jul 31, 2026
Merged

fix(opencode): bind NVIDIA_NIM_API_KEY for NIM model pool#681
seonghobae merged 1 commit into
mainfrom
fix/nim-api-key-secret-mapping

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

Summary

Org secret is NVIDIA_NIM_API_KEY, not NVIDIA_API_KEY. Without this mapping every nvidia-nim/* candidate was skipped.

  • Workflow: NVIDIA_API_KEY: ${{ secrets.NVIDIA_NIM_API_KEY || secrets.NVIDIA_API_KEY }}
  • Pool runner: normalize NVIDIA_NIM_API_KEYNVIDIA_API_KEY before skip checks
  • Quick-gate asserts for both

Verification

  • STRUCTURAL_AND_RUNTIME_PASS with only NVIDIA_NIM_API_KEY set
  • Skip path does not fire for nvidia-nim/*

Org secret is NVIDIA_NIM_API_KEY, not NVIDIA_API_KEY. Map it into the
process env that opencode.jsonc and the pool skip check expect so
nvidia-nim/* candidates are not skipped on every run.
@seonghobae
seonghobae merged commit 59e0f49 into main Jul 31, 2026
14 of 29 checks passed
@seonghobae
seonghobae deleted the fix/nim-api-key-secret-mapping branch July 31, 2026 11:22
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 14 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8e7dc9e6-e1ac-4729-bd1f-a8131fba7708

📥 Commits

Reviewing files that changed from the base of the PR and between 6c5f92a and 92d9510.

📒 Files selected for processing (4)
  • .github/workflows/opencode-review-dispatch.yml
  • docs/nvidia-nim-opencode-hotfix.md
  • scripts/ci/run_opencode_review_model_pool.sh
  • scripts/ci/test_strix_quick_gate.sh

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant