Update run.sh

This commit is contained in:
Alexandre
2021-01-31 16:24:20 +01:00
committed by GitHub
parent 198e380188
commit d6dd32ae31

View File

@@ -14,6 +14,7 @@ git config --system user.password ${GITPASS}
git config --system user.email ${GITMAIL}
if [ bashio::config.has_value 'git-api' ]; then
bashio::log.info "... setting github API"
export GITHUB_API_TOKEN=$(bashio::config 'git-api')
fi