§ / Recipes
Worked examples.
Each recipe is a copy-paste starting point for wiring a real CI use case
onto FlareDispatch — adjust the inputs and drop it into your repo. Every
recipe ships both pieces — a typed Effect-TS run (*.run.ts)
and a GitHub Actions workflow (ci.yml) — so you can trigger it
either way. Recipes are grouped below by their recommended trigger mode.
Action mode
Recommended trigger: a GitHub Actions workflow (ci.yml) that calls the shipped run via openhackersclub/flare-dispatch-action. The typed Effect-TS run is included alongside it.
Webhook mode
Recommended trigger: the typed run's own triggers block — the FlareDispatch GitHub App webhook fires it directly, zero GHA minutes. An Action-mode ci.yml is included as the GHA-native alternative.