We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0e585 commit 58762bbCopy full SHA for 58762bb
1 file changed
dotfiles/bin/github_curl
@@ -8,7 +8,7 @@ set -o errexit -o errtrace -o nounset
8
9
temp_file="$(mktemp)"
10
if test -z "${GITHUB_CREDS-}"; then
11
- GITHUB_CREDS="$(git user-name):${GITHUB_TOKEN}"
+ GITHUB_CREDS="$(git user-name):${GITHUB_API_TOKEN}"
12
fi
13
14
################################################################### CLEANUP ######################################################################
0 commit comments