homebrew-core/.github/main.workflow

11 lines
246 B
Text
Raw Normal View History

workflow "Push" {
on = "push"
resolves = ["Generate formulae.brew.sh"]
}
action "Generate formulae.brew.sh" {
uses = "docker://linuxbrew/brew"
2019-02-15 15:38:06 +00:00
runs = ".github/main.workflow.sh"
secrets = ["ANALYTICS_JSON_KEY", "FORMULAE_DEPLOY_KEY"]
}