diff --git a/.gitea/workflows/review-reusable.yml b/.gitea/workflows/review-reusable.yml index fe9c4f0..131965f 100644 --- a/.gitea/workflows/review-reusable.yml +++ b/.gitea/workflows/review-reusable.yml @@ -130,6 +130,11 @@ jobs: # ragnaros/qwen3.6-27b in GADFLY_DEFAULT_MODELS. NB: use the un-hyphenated # `llamaswap` provider spelling in the var — the pinned image needs it. 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/ reviewer dies with 'unknown provider'. + GADFLY_ENDPOINT_NETHERSTORM: ${{ vars.GADFLY_ENDPOINT_NETHERSTORM }} # --- findings telemetry (optional) -------------------------------- GADFLY_FINDINGS_URL: ${{ secrets.GADFLY_FINDINGS_URL }} GADFLY_FINDINGS_TOKEN: ${{ secrets.GADFLY_FINDINGS_TOKEN }}