Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/dispatch-lock-updates.yml
Original file line number Diff line number Diff line change
@@ -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
Loading