chore(reusable): forward GADFLY_ENDPOINT_NETHERSTORM (hotfix lineage)

Mirrors gadfly#22 on main: the var was added after the forwarding list,
so netherstorm reviewers failed with 'unknown provider' — the env never
crossed the workflow_call boundary. Env-only; image sha-ed9e946 unchanged.

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
2026-07-15 23:30:50 -04:00
co-authored by Claude Fable 5
parent b6a33dc218
commit f542d4e1cd
+5
View File
@@ -130,6 +130,11 @@ jobs:
# ragnaros/qwen3.6-27b in GADFLY_DEFAULT_MODELS. NB: use the un-hyphenated # ragnaros/qwen3.6-27b in GADFLY_DEFAULT_MODELS. NB: use the un-hyphenated
# `llamaswap` provider spelling in the var — the pinned image needs it. # `llamaswap` provider spelling in the var — the pinned image needs it.
GADFLY_ENDPOINT_RAGNAROS: ${{ vars.GADFLY_ENDPOINT_RAGNAROS }} GADFLY_ENDPOINT_RAGNAROS: ${{ vars.GADFLY_ENDPOINT_RAGNAROS }}
# netherstorm = the Wan/qwen media box via its llama-swap proxy; user var
# GADFLY_ENDPOINT_NETHERSTORM (e.g. "llamaswap|https://llama-swap.netherstorm...").
# Without this line the var is silently dropped at the workflow_call boundary
# and every netherstorm/<model> reviewer dies with 'unknown provider'.
GADFLY_ENDPOINT_NETHERSTORM: ${{ vars.GADFLY_ENDPOINT_NETHERSTORM }}
# --- findings telemetry (optional) -------------------------------- # --- findings telemetry (optional) --------------------------------
GADFLY_FINDINGS_URL: ${{ secrets.GADFLY_FINDINGS_URL }} GADFLY_FINDINGS_URL: ${{ secrets.GADFLY_FINDINGS_URL }}
GADFLY_FINDINGS_TOKEN: ${{ secrets.GADFLY_FINDINGS_TOKEN }} GADFLY_FINDINGS_TOKEN: ${{ secrets.GADFLY_FINDINGS_TOKEN }}