mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
adding env variables
This commit is contained in:
parent
e8fdd66385
commit
33499b6027
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@ -9,6 +9,9 @@ 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"]
|
||||||
|
env = {
|
||||||
|
SKIP_LINTING = "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
workflow "Pull Request" {
|
workflow "Pull Request" {
|
||||||
@ -20,4 +23,7 @@ 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"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
|
env = {
|
||||||
|
PR = "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user