Update main.workflow

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

View File

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