mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
10 lines
246 B
HCL
10 lines
246 B
HCL
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"]
|
|
}
|