remove old env variables

This commit is contained in:
Jeff Billimek 2019-05-15 21:38:10 -04:00 committed by GitHub
parent c8dd8e5380
commit 49f5027b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}