charts/.github/main.workflow
2019-05-15 16:27:10 -04:00

13 lines
279 B
HCL

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