mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
adding COMMIT_EMAIL secret
This commit is contained in:
parent
11118ef0fb
commit
eda95a9988
5
.github/main.workflow
vendored
5
.github/main.workflow
vendored
@ -16,7 +16,10 @@ workflow "Pull Requests" {
|
|||||||
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"]
|
secrets = [
|
||||||
|
"GITHUB_TOKEN",
|
||||||
|
"COMMIT_EMAIL",
|
||||||
|
]
|
||||||
needs = ["Not a deleted event"]
|
needs = ["Not a deleted event"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user