diff --git a/.github/workflows/dispatch-lock-updates.yml b/.github/workflows/dispatch-lock-updates.yml new file mode 100644 index 0000000..4cc2fe4 --- /dev/null +++ b/.github/workflows/dispatch-lock-updates.yml @@ -0,0 +1,18 @@ +# Dispatch: notify consumers after a nix-claude-code release +# +# Target repos are read from the DISPATCH_CONSUMERS repository variable +# (JSON array, e.g. '["nix-ai"]'). Add a new consumer there without +# touching this file. +name: Dispatch lock updates on release + +on: + release: + types: [published] + +permissions: {} + +jobs: + dispatch: + uses: dryvist/.github/.github/workflows/_dispatch-flake-consumers.yml@main + # source_input defaults to the calling repo name (nix-claude-code). + secrets: inherit