diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 9bb6da4c6..4518707fb 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -13,9 +13,9 @@ git config --system user.name ${GITUSER} git config --system user.password ${GITPASS} git config --system user.email ${GITMAIL} -#if bashio::config.has_value 'git-api'; then +#if bashio::config.has_value 'gitapi'; then #bashio::log.info "... setting github API" -export GITHUB_API_TOKEN=$(bashio::config 'git-api') +export GITHUB_API_TOKEN=$(bashio::config 'gitapi') #fi bashio::log.info "... parse addons"