Merge pull request 'chore(reusable): forward GADFLY_ENDPOINT_NETHERSTORM' (#22) from chore/forward-netherstorm-endpoint into main
Build & push image / build-and-push (push) Successful in 8s
Build & push image / build-and-push (push) Successful in 8s
This commit was merged in pull request #22.
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