From 95e010b7cdc979920b97b317361c8b0a3a26e3d9 Mon Sep 17 00:00:00 2001 From: masnwilliams <43387599+masnwilliams@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:32:24 +0000 Subject: [PATCH] ci: use CURSOR_PREFERRED_MODEL secret instead of hardcoded model Replace hardcoded --model gpt-5.3-codex-high with --model ${{ secrets.CURSOR_PREFERRED_MODEL }} so the model can be changed without a code commit. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/update-cli-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cli-coverage.yml b/.github/workflows/update-cli-coverage.yml index a611398..106fd7f 100644 --- a/.github/workflows/update-cli-coverage.yml +++ b/.github/workflows/update-cli-coverage.yml @@ -365,4 +365,4 @@ jobs: - Streaming methods may have different CLI implementations (e.g., build events are streamed internally) - Even if no coverage gaps are found, still create a PR for the SDK version bump - Ensure code compiles before pushing - " --model gpt-5.3-codex-high --force --output-format=text + " --model ${{ secrets.CURSOR_PREFERRED_MODEL }} --force --output-format=text