Skip to content

Commit 47d33dd

Browse files
authored
Merge pull request #39 from kernel/ci/cursor-preferred-model-var
ci: use org variable for CURSOR_PREFERRED_MODEL
2 parents 3cb2ab2 + ca0f5b6 commit 47d33dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-cli-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,4 @@ jobs:
365365
- Streaming methods may have different CLI implementations (e.g., build events are streamed internally)
366366
- Even if no coverage gaps are found, still create a PR for the SDK version bump
367367
- Ensure code compiles before pushing
368-
" --model ${{ secrets.CURSOR_PREFERRED_MODEL }} --force --output-format=text
368+
" --model ${{ vars.CURSOR_PREFERRED_MODEL }} --force --output-format=text

0 commit comments

Comments
 (0)