mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
use billimek fork of action template
This commit is contained in:
parent
b792f0d99a
commit
fdc9109227
5
.github/main.workflow
vendored
5
.github/main.workflow
vendored
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user