Commit ebaf989
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments