From cf806b21e45385b0f92c9306855ee6bcb7612d97 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:30:48 +0000 Subject: [PATCH] ci(warden): Drop anthropic model pin so CI inherits org default getsentry Warden CI only provides WARDEN_OPENROUTER_API_KEY. Pinning anthropic/claude-sonnet-4-6 in repo warden.toml fails auth. Unset the model so runs inherit getsentry/.github openrouter/moonshotai/kimi-k3. Co-Authored-By: Roman Zavarnitsyn --- warden.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/warden.toml b/warden.toml index 3ce15f9a11f..f13067372ce 100644 --- a/warden.toml +++ b/warden.toml @@ -1,7 +1,10 @@ version = 1 [defaults] -model = "anthropic/claude-sonnet-4-6" +# Model intentionally unset so CI inherits the org base default from +# getsentry/.github/warden.toml (currently openrouter/moonshotai/kimi-k3). +# getsentry Warden CI only provides WARDEN_OPENROUTER_API_KEY; pinning an +# anthropic/* model fails auth. # Warden's schema does not support per-skill verification config; this is the only # placement available. Disabled for attribution policy checks: a second verifier