diff --git a/.bashrc b/.bashrc index de2ff51..a3734c3 100644 --- a/.bashrc +++ b/.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)\"; \ diff --git a/.keys/HOMEBREW_GITHUB_API_TOKEN b/.keys/HOMEBREW_GITHUB_API_TOKEN new file mode 100644 index 0000000..2aa5068 Binary files /dev/null and b/.keys/HOMEBREW_GITHUB_API_TOKEN differ