Add HOMEBREW_GITHUB_API_TOKEN (via encrypted keys).

This commit is contained in:
Scott Wallace 2016-02-18 08:10:00 +00:00
parent a0cfe41380
commit c22fa4760b
2 changed files with 1 additions and 0 deletions

View file

@ -115,6 +115,7 @@ fi
# Update brew if it's older than one day # Update brew if it's older than one day
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
if [ -x /usr/local/bin/brew ]; then if [ -x /usr/local/bin/brew ]; then
HOMEBREW_GITHUB_API_TOKEN=$(getkey HOMEBREW_GITHUB_API_TOKEN)
( (
find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec \ find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec \
bash -c "echo \"--Start: $(date)\"; \ bash -c "echo \"--Start: $(date)\"; \

Binary file not shown.