workflow dispatch on brew

This commit is contained in:
dal 2025-05-09 16:18:41 -06:00
parent 6c8ae281bb
commit c30b6b893b
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ on:
secrets: secrets:
homebrew_tap_rw: # Secret for pushing to buster-so/buster-homebrew homebrew_tap_rw: # Secret for pushing to buster-so/buster-homebrew
required: true required: true
workflow_dispatch:
inputs:
tag:
description: 'The release tag to use (e.g., v0.1.0)'
required: true
type: string
permissions: 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 contents: write # Allows the workflow to commit to the tap repository if using GITHUB_TOKEN, though homebrew_tap_rw is primary for cross-repo