Skip to content

ci: use org variable for CURSOR_PREFERRED_MODEL#175

Merged
rgarcia merged 1 commit into
mainfrom
ci/cursor-preferred-model-var
Jun 4, 2026
Merged

ci: use org variable for CURSOR_PREFERRED_MODEL#175
rgarcia merged 1 commit into
mainfrom
ci/cursor-preferred-model-var

Conversation

@rgarcia
Copy link
Copy Markdown
Contributor

@rgarcia rgarcia commented Jun 4, 2026

Switches agent --model ${{ secrets.CURSOR_PREFERRED_MODEL }} to ${{ vars.CURSOR_PREFERRED_MODEL }} so the model value is visible in plaintext.

The org-wide variable CURSOR_PREFERRED_MODEL has been set to claude-opus-4-8-thinking-max.

Part of an org-wide migration of this key from secret to variable. The secret will be deleted once all repos are migrated.

🤖 Generated with Claude Code


Note

Low Risk
Single workflow input change with no application or auth logic changes; model name exposure is intentional per org migration.

Overview
Updates the Fix CI Failures workflow so cursor-agent reads the preferred model from a GitHub organization variable (vars.CURSOR_PREFERRED_MODEL) instead of a secret (secrets.CURSOR_PREFERRED_MODEL).

This matches an org-wide move to store the model name in plaintext (e.g. claude-opus-4-8-thinking-max) while other credentials stay in secrets.

Reviewed by Cursor Bugbot for commit 6dd4fe1. Bugbot is set up for automated code reviews on this repo. Configure here.

@rgarcia rgarcia requested a review from ulziibay-kernel June 4, 2026 15:51
@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

PRs in the kernel, infra, hypeman, and hypeship repos. kernel is a ~mono repo with many logical services underneath, ensure to focus on the implicated service for the PR

Reason: PR repository not specified; cannot determine if this is in kernel, infra, hypeman, or hypeship repo.

To monitor this PR anyway, reply with @firetiger monitor this.

@rgarcia rgarcia merged commit dd043f9 into main Jun 4, 2026
7 checks passed
@rgarcia rgarcia deleted the ci/cursor-preferred-model-var branch June 4, 2026 16:55
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.

2 participants