From 0977a5cfb2f8b5022a78253a2988141460b224c9 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 20:07:40 -0400 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 0c828713..5e8d5a86 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -7,6 +7,15 @@ workflow "Lint & Publish Helm chart" { action "Package Helm Chart(s)" { uses = "billimek/gh-actions/helm-gh-pages@master" - secrets = ["GITHUB_TOKEN"] - args = "[\".\",\"https://billimek.com/billimek-charts/\"]" + args = "[\"https://billimek.com/billimek-charts/\"]" +} + +workflow "Pull Request" { + on = "pull_request" + resolves = ["billimek/gh-actions/helm-gh-pages@master"] +} + +action "billimek/gh-actions/helm-gh-pages@master" { + uses = "billimek/gh-actions/helm-gh-pages@master" + args = "\"https://billimek.com/billimek-charts/\"" }