Update main.workflow

This commit is contained in:
Jeff Billimek 2019-05-15 20:07:40 -04:00 committed by GitHub
parent 78027546f4
commit 0977a5cfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/main.workflow vendored
View File

@ -7,6 +7,15 @@ workflow "Lint & Publish Helm chart" {
action "Package Helm Chart(s)" {
uses = "billimek/gh-actions/helm-gh-pages@master"
secrets = ["GITHUB_TOKEN"]
args = "[\".\",\"https://billimek.com/billimek-charts/\"]"
args = "[\"https://billimek.com/billimek-charts/\"]"
}
workflow "Pull Request" {
on = "pull_request"
resolves = ["billimek/gh-actions/helm-gh-pages@master"]
}
action "billimek/gh-actions/helm-gh-pages@master" {
uses = "billimek/gh-actions/helm-gh-pages@master"
args = "\"https://billimek.com/billimek-charts/\""
}