ci(warden): Use OpenRouter for sweep#486
Merged
Merged
Conversation
Bind the scheduled workflow to the shared OpenRouter secret and follow the Warden v0 action channel. Fixes #483
There was a problem hiding this comment.
Pull request overview
Updates the scheduled Warden sweep workflow to use the organization’s OpenRouter authentication path and to follow the getsentry/warden@v0 action tag, aligning the repo with the intended Warden configuration and fixing the workflow misconfiguration described in #483.
Changes:
- Switched the Warden sweep workflow from the Anthropic action input/secret to
WARDEN_OPENROUTER_API_KEYprovided via the job environment. - Updated the workflow to use
getsentry/warden@v0instead of pinning to a specific action commit SHA. - Added a corresponding entry under
## [Unreleased]→### FixedinCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
CHANGELOG.md |
Records the Warden sweep OpenRouter + v0 action fix under Unreleased. |
.github/workflows/warden-sweep.yml |
Updates Warden sweep auth env to OpenRouter and moves the action reference to getsentry/warden@v0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cameroncooke
marked this pull request as ready for review
July 23, 2026 08:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The scheduled Warden sweep now reads the organization-managed OpenRouter key from the job environment and follows
getsentry/warden@v0instead of a fixed action commit. The existing schedule, model selection, write permissions, and result reporting remain unchanged.Fixes #483