From 33499b6027926b19cadc0d3b0716a5fdb8758652 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 20:16:09 -0400 Subject: [PATCH] adding env variables --- .github/main.workflow | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/main.workflow b/.github/main.workflow index f4241297..3dfd92c8 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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" + } }