charts/.github/main.workflow
2019-05-15 14:57:54 -04:00

13 lines
274 B
HCL

workflow "Publish Helm chart" {
on = "push"
resolves = [
"Package Helm Chart(s)",
]
}
action "Package Helm Chart(s)" {
uses = "billimek/gh-actions/helm-gh-pages@master"
secrets = ["GITHUB_TOKEN"]
args = "[\".\",\"https://billimek.com/billimek-charts/\"]"
}