mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update run.sh
This commit is contained in:
@@ -13,10 +13,10 @@ 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
|
||||
bashio::log.info "... setting github API"
|
||||
#if bashio::config.has_value 'git-api'; then
|
||||
#bashio::log.info "... setting github API"
|
||||
export GITHUB_API_TOKEN=$(bashio::config 'git-api')
|
||||
fi
|
||||
#fi
|
||||
|
||||
bashio::log.info "... parse addons"
|
||||
for addons in $(bashio::config "addon|keys"); do
|
||||
|
||||
Reference in New Issue
Block a user