mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
13 lines
281 B
HCL
13 lines
281 B
HCL
workflow "Lint & Publish Helm chart" {
|
|
resolves = [
|
|
"Package Helm Chart(s)",
|
|
]
|
|
on = "push"
|
|
}
|
|
|
|
action "Package Helm Chart(s)" {
|
|
uses = "billimek/gh-actions/helm-gh-pages@master"
|
|
secrets = ["GITHUB_TOKEN"]
|
|
args = "[\".\",\"https://billimek.com/billimek-charts/\"]"
|
|
}
|