Update main.workflow

This commit is contained in:
Jeff Billimek 2019-05-15 10:31:33 -04:00 committed by GitHub
parent 29de6bdf22
commit 9685a001da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/main.workflow vendored Normal file
View File

@ -0,0 +1,9 @@
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"]
}