From 8673379acfc14897a09cdaa530f63cce61e0e18e Mon Sep 17 00:00:00 2001 From: masnwilliams <43387599+masnwilliams@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:32:19 +0000 Subject: [PATCH] ci: use CURSOR_PREFERRED_MODEL secret instead of hardcoded model Replace hardcoded --model opus-4.5 with --model ${{ secrets.CURSOR_PREFERRED_MODEL }} in the cursor-agent CLI invocation, allowing the model to be configured via GitHub Actions secrets. 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 e6e51ec..f0cdf52 100644 --- a/.github/workflows/update-cli-coverage.yml +++ b/.github/workflows/update-cli-coverage.yml @@ -411,4 +411,4 @@ jobs: - Streaming methods may have different CLI implementations (e.g., follow flags) - Even if no coverage gaps are found, still create a PR for the SDK version bump - Ensure code compiles before pushing - " --model opus-4.5 --force --output-format=text + " --model ${{ secrets.CURSOR_PREFERRED_MODEL }} --force --output-format=text