From 6dd4fe1fc501932000c000a4e83c1056b9c85473 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 4 Jun 2026 11:51:39 -0400 Subject: [PATCH] ci: use org variable for CURSOR_PREFERRED_MODEL --- .github/workflows/fix-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-ci.yaml b/.github/workflows/fix-ci.yaml index 11fb6d7..5db79b5 100644 --- a/.github/workflows/fix-ci.yaml +++ b/.github/workflows/fix-ci.yaml @@ -102,4 +102,4 @@ jobs: - Avoid duplicate comments - update existing bot comments - If no actionable fix is possible, make no changes and post no comment - PR comments must ONLY include the PR creation link, no manual merge instructions - " --model ${{ secrets.CURSOR_PREFERRED_MODEL }} --force --output-format=text + " --model ${{ vars.CURSOR_PREFERRED_MODEL }} --force --output-format=text