adding env variables

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

View File

@ -9,6 +9,9 @@ action "Package Helm Chart(s)" {
uses = "billimek/gh-actions/helm-gh-pages@master"
args = "[\"https://billimek.com/billimek-charts/\"]"
secrets = ["GITHUB_TOKEN"]
env = {
SKIP_LINTING = "true"
}
}
workflow "Pull Request" {
@ -20,4 +23,7 @@ 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"]
env = {
PR = "true"
}
}