mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
Update main.workflow
This commit is contained in:
parent
78027546f4
commit
0977a5cfb2
13
.github/main.workflow
vendored
13
.github/main.workflow
vendored
@ -7,6 +7,15 @@ workflow "Lint & Publish Helm chart" {
|
||||
|
||||
action "Package Helm Chart(s)" {
|
||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
args = "[\".\",\"https://billimek.com/billimek-charts/\"]"
|
||||
args = "[\"https://billimek.com/billimek-charts/\"]"
|
||||
}
|
||||
|
||||
workflow "Pull Request" {
|
||||
on = "pull_request"
|
||||
resolves = ["billimek/gh-actions/helm-gh-pages@master"]
|
||||
}
|
||||
|
||||
action "billimek/gh-actions/helm-gh-pages@master" {
|
||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||
args = "\"https://billimek.com/billimek-charts/\""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user