mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
remove old env variables
This commit is contained in:
parent
c8dd8e5380
commit
49f5027b6b
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@ -9,9 +9,6 @@ action "Package Helm Chart(s)" {
|
||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||
args = "[\"https://billimek.com/billimek-charts/\"]"
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
env = {
|
||||
SKIP_LINTING = "true"
|
||||
}
|
||||
}
|
||||
|
||||
workflow "Pull Request" {
|
||||
@ -23,7 +20,4 @@ action "Pull Request Linting" {
|
||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||
args = "\"https://billimek.com/billimek-charts/\""
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
env = {
|
||||
PR = "true"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user