use billimek fork of action template

This commit is contained in:
Jeff Billimek 2019-05-15 10:56:56 -04:00 committed by GitHub
parent b792f0d99a
commit fdc9109227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,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/"]
uses = "billimek/gh-actions/helm-gh-pages@master"
args = ["*", "https://billimek.com/billimek-charts/"]
secrets = ["GITHUB_TOKEN"]
}