mirror of https://github.com/buster-so/buster.git
workflow dispatch on brew
This commit is contained in:
parent
6c8ae281bb
commit
c30b6b893b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue