Skip to content

Commit 393e292

Browse files
author
Cameron Cooke
authored
ci(warden): Use OpenRouter for sweep (#486)
Bind the scheduled workflow to the shared OpenRouter secret and follow the Warden v0 action channel. Fixes #483
1 parent bc54fee commit 393e292

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/warden-sweep.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424
timeout-minutes: 120
2525
env:
2626
WARDEN_MODEL: ${{ secrets.WARDEN_MODEL }}
27+
WARDEN_OPENROUTER_API_KEY: ${{ secrets.WARDEN_OPENROUTER_API_KEY }}
2728
WARDEN_SENTRY_DSN: ${{ secrets.WARDEN_SENTRY_DSN }}
2829
steps:
2930
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
30-
- uses: getsentry/warden@2130c979dec0163048d954d9599504e2d9fa2b07
31-
with:
32-
anthropic-api-key: ${{ secrets.WARDEN_ANTHROPIC_API_KEY }}
31+
- uses: getsentry/warden@v0
3332

3433
- name: Summarize Warden results
3534
if: always()

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- Fixed simulator UI launching and keyboard controls to prefer Xcode 27's Device Hub when available, with Simulator.app as the legacy fallback.
2121
- Fixed `stop_mac_app` app-name targeting so it no longer terminates unrelated processes whose command lines contain the app name, and reject unsafe process IDs before execution ([#306](https://github.com/getsentry/XcodeBuildMCP/issues/306)).
2222
- Fixed incremental `xcodemake` builds when DerivedData uses an absolute path by updating the pinned wrapper and delegating Makefile reuse to it so its argument and freshness checks are always applied ([#466](https://github.com/getsentry/XcodeBuildMCP/issues/466)).
23+
- Fixed the scheduled Warden sweep to authenticate through OpenRouter and track the current v0 action release ([#483](https://github.com/getsentry/XcodeBuildMCP/issues/483)).
2324

2425
## [2.6.2]
2526

0 commit comments

Comments
 (0)