Skip to content

Commit ebaf989

Browse files
oiokiclaude
andauthored
ci(warden): Pass Warden Service URL and token to the review job (#210)
Expose the org-wide WARDEN_SERVICE_URL variable and WARDEN_SERVICE_TOKEN secret to the Warden job so the action can reach Warden Service. The URL comes from the `vars` context rather than `env`, since org and repository variables are only available through `vars` — reading it from `env` would self-reference the job's own env block and resolve to an empty string. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7cdd503 commit ebaf989

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/warden.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
WARDEN_OPENROUTER_API_KEY: ${{ secrets.WARDEN_OPENROUTER_API_KEY }}
1717
WARDEN_MODEL: ${{ secrets.WARDEN_MODEL }}
1818
WARDEN_SENTRY_DSN: ${{ secrets.WARDEN_SENTRY_DSN }}
19+
WARDEN_SERVICE_URL: ${{ vars.WARDEN_SERVICE_URL }}
20+
WARDEN_SERVICE_TOKEN: ${{ secrets.WARDEN_SERVICE_TOKEN }}
1921
steps:
2022
- name: Check Warden credentials
2123
env:

0 commit comments

Comments
 (0)