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/\"" }