diff --git a/.github/main.workflow b/.github/main.workflow index 51fbe6e7..ae330eb8 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -2,8 +2,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/"] + uses = "billimek/gh-actions/helm-gh-pages@master" + args = ["*", "https://billimek.com/billimek-charts/"] secrets = ["GITHUB_TOKEN"] }