homebrew-core/.github/main.workflow
Mike McQuaid 10bc77109a
Push to formulae.brew.sh with GitHub Actions (#37123)
Update formulae.brew.sh with GitHub Actions (and remove Travis CI). This removes the need for Travis CI for pushing changes to formulae.brew.sh and uses GitHub Actions instead.
2019-02-21 12:32:23 +00:00

10 lines
246 B
HCL

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