diff --git a/.github/main.workflow b/.github/main.workflow index 9787bb37..83dfa665 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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" - } }