summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-22 19:53:16 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-22 19:53:16 +0100
commit9b310026e3ee6f22db09b4e29a8389d8399f9d43 (patch)
tree08ffc3491b6861f3fc4b2d6799a67fdf75f7c5fd
parent0c1a61fb18e73267c11c6e10c449229439356481 (diff)
downloadinfra-9b310026e3ee6f22db09b4e29a8389d8399f9d43.tar.gz
infra-9b310026e3ee6f22db09b4e29a8389d8399f9d43.tar.bz2
infra-9b310026e3ee6f22db09b4e29a8389d8399f9d43.zip
Rename Github API token in keychain
-rw-r--r--misc/dotfiles/bashrc.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dotfiles/bashrc.j2 b/misc/dotfiles/bashrc.j2
index 5c81f5f..70bbdbe 100644
--- a/misc/dotfiles/bashrc.j2
+++ b/misc/dotfiles/bashrc.j2
@@ -22,7 +22,7 @@ export CLICOLOR=1
# Get GitHub token from keychain to avoid homebrew rate limiting on GitHub
# side.
export HOMEBREW_GITHUB_API_TOKEN=`security \
- find-generic-password -s "Homebrew GitHub Token" -w`
+ find-generic-password -s "Homebrew GitHub API Token" -w`
fi
{% endif %}