mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Update run.sh
This commit is contained in:
@@ -12,6 +12,7 @@ git config --system credential.helper 'cache --timeout 7200'
|
|||||||
git config --system user.name ${GITUSER}
|
git config --system user.name ${GITUSER}
|
||||||
git config --system user.password ${GITPASS}
|
git config --system user.password ${GITPASS}
|
||||||
git config --system user.email ${GITMAIL}
|
git config --system user.email ${GITMAIL}
|
||||||
|
export GITHUB_API_TOKEN=$(bashio::config 'GIT-API')
|
||||||
|
|
||||||
bashio::log.info "... parse addons"
|
bashio::log.info "... parse addons"
|
||||||
for addons in $(bashio::config "addon|keys"); do
|
for addons in $(bashio::config "addon|keys"); do
|
||||||
|
|||||||
Reference in New Issue
Block a user