mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
Update main.workflow
This commit is contained in:
parent
29de6bdf22
commit
9685a001da
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
@ -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"]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user