charts/.github/main.workflow
2019-05-15 11:06:10 -04:00

11 lines
244 B
HCL

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