homebrew-core/.github/main.workflow

12 lines
235 B
Text
Raw Normal View History

workflow "Push" {
on = "push"
resolves = ["Generate formulae.brew.sh"]
}
action "Generate formulae.brew.sh" {
uses = "docker://linuxbrew/brew"
runs = "bash"
args = [".github/main.workflow.sh"]
secrets = ["GITHUB_TOKEN"]
}