.github: disable version updater

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom
2021-03-10 10:58:52 +01:00
parent e3db1c174e
commit 8834c2d5e0
2 changed files with 1 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ convert_to_camel_case() {
}
# File is used to read current versions
VERSION_FILE="jsonnet/kube-prometheus/versions.json"
VERSION_FILE="$(pwd)/jsonnet/kube-prometheus/versions.json"
# token can be passed as `GITHUB_TOKEN` variable or passed as first argument
GITHUB_TOKEN=${GITHUB_TOKEN:-${1}}