Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-22 20:28:04 +01:00
committed by GitHub
parent e496be13be
commit e990b0e518

View File

@@ -24,7 +24,6 @@ git config --system user.email ${GITMAIL}
if bashio::config.has_value 'gitapi'; then
LOGINFO="... setting github API" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
export GITHUB_API_TOKEN=$(bashio::config 'gitapi')
fi