adding COMMIT_EMAIL secret

This commit is contained in:
Jeff Billimek 2019-05-26 23:43:05 -04:00 committed by GitHub
parent 11118ef0fb
commit eda95a9988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,10 @@ workflow "Pull Requests" {
action "Package Helm Chart(s)" {
uses = "billimek/gh-actions/helm-gh-pages@master"
args = "https://billimek.com/billimek-charts/"
secrets = ["GITHUB_TOKEN"]
secrets = [
"GITHUB_TOKEN",
"COMMIT_EMAIL",
]
needs = ["Not a deleted event"]
}