From c30b6b893bcf3f4a25e3859978ebe6a10d8185a6 Mon Sep 17 00:00:00 2001 From: dal Date: Fri, 9 May 2025 16:18:41 -0600 Subject: [PATCH] workflow dispatch on brew --- .github/workflows/update-brew-tap.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update-brew-tap.yml b/.github/workflows/update-brew-tap.yml index 424f7e6e8..44ed67a5a 100644 --- a/.github/workflows/update-brew-tap.yml +++ b/.github/workflows/update-brew-tap.yml @@ -9,6 +9,12 @@ on: secrets: homebrew_tap_rw: # Secret for pushing to buster-so/buster-homebrew required: true + workflow_dispatch: + inputs: + tag: + description: 'The release tag to use (e.g., v0.1.0)' + required: true + type: string permissions: contents: write # Allows the workflow to commit to the tap repository if using GITHUB_TOKEN, though homebrew_tap_rw is primary for cross-repo