chore(reusable): forward GADFLY_ENDPOINT_NETHERSTORM
A reusable workflow can't enumerate arbitrary vars.GADFLY_ENDPOINT_*; the netherstorm endpoint var was added after the forwarding list, so every netherstorm/<model> reviewer failed with 'unknown provider: netherstorm' — the correctly-formatted var never reached the container. Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user