diff --git a/addons_updater/run.sh b/addons_updater/run.sh index ca472cfb1..1ce9c7bfc 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -12,6 +12,7 @@ git config --system credential.helper 'cache --timeout 7200' git config --system user.name ${GITUSER} git config --system user.password ${GITPASS} git config --system user.email ${GITMAIL} +export GITHUB_API_TOKEN=$(bashio::config 'GIT-API') bashio::log.info "... parse addons" for addons in $(bashio::config "addon|keys"); do