Skip to content

Commit a621489

Browse files
ci(warden): Drop anthropic model pin so CI inherits org default (#5839)
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: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> Co-authored-by: Roman Zavarnitsyn <roman.zavarnitsyn@sentry.io>
1 parent 7414e9b commit a621489

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

warden.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version = 1
22

33
[defaults]
4-
model = "anthropic/claude-sonnet-4-6"
4+
# Model intentionally unset so CI inherits the org base default from
5+
# getsentry/.github/warden.toml (currently openrouter/moonshotai/kimi-k3).
6+
# getsentry Warden CI only provides WARDEN_OPENROUTER_API_KEY; pinning an
7+
# anthropic/* model fails auth.
58

69
# Warden's schema does not support per-skill verification config; this is the only
710
# placement available. Disabled for attribution policy checks: a second verifier

0 commit comments

Comments
 (0)