diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 00000000..51fbe6e7 --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "Publish Helm chart" { + on = "push" + resolves = ["Helm gh-pages"] +} +action "Helm gh-pages" { + uses = "stefanprodan/gh-actions/helm-gh-pages@master" + args = ["*","https://billimek.com/billimek-charts/"] + secrets = ["GITHUB_TOKEN"] +}