From e8fdd66385768f1f5abf934c1ba54024aac92896 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 20:08:56 -0400 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/main.workflow b/.github/main.workflow index 5e8d5a86..f4241297 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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"] }