mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
Update main.workflow
This commit is contained in:
parent
0977a5cfb2
commit
e8fdd66385
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -8,6 +8,7 @@ workflow "Lint & Publish Helm chart" {
|
|||||||
action "Package Helm Chart(s)" {
|
action "Package Helm Chart(s)" {
|
||||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||||
args = "[\"https://billimek.com/billimek-charts/\"]"
|
args = "[\"https://billimek.com/billimek-charts/\"]"
|
||||||
|
secrets = ["GITHUB_TOKEN"]
|
||||||
}
|
}
|
||||||
|
|
||||||
workflow "Pull Request" {
|
workflow "Pull Request" {
|
||||||
@ -18,4 +19,5 @@ workflow "Pull Request" {
|
|||||||
action "billimek/gh-actions/helm-gh-pages@master" {
|
action "billimek/gh-actions/helm-gh-pages@master" {
|
||||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||||
args = "\"https://billimek.com/billimek-charts/\""
|
args = "\"https://billimek.com/billimek-charts/\""
|
||||||
|
secrets = ["GITHUB_TOKEN"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user