Add HOMEBREW_GITHUB_API_TOKEN (via encrypted keys).
This commit is contained in:
parent
a0cfe41380
commit
c22fa4760b
1
.bashrc
1
.bashrc
|
@ -115,6 +115,7 @@ fi
|
|||
# Update brew if it's older than one day
|
||||
#--------------------------------------------------------------------------------
|
||||
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 \
|
||||
bash -c "echo \"--Start: $(date)\"; \
|
||||
|
|
BIN
.keys/HOMEBREW_GITHUB_API_TOKEN
Normal file
BIN
.keys/HOMEBREW_GITHUB_API_TOKEN
Normal file
Binary file not shown.
Loading…
Reference in a new issue