charts/.github/main.workflow

10 lines
246 B
Plaintext
Raw Normal View History

2019-05-15 14:31:33 +00:00
workflow "Publish Helm chart" {
on = "push"
resolves = ["Helm gh-pages"]
}
action "Helm gh-pages" {
uses = "stefanprodan/gh-actions/helm-gh-pages@master"
args = ["*","https://billimek.com/billimek-charts/"]
secrets = ["GITHUB_TOKEN"]
}