Skip to content

Commit 58762bb

Browse files
committed
[git_commit_and_push_all] various updates
1 parent 6b0e585 commit 58762bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotfiles/bin/github_curl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o errexit -o errtrace -o nounset
88

99
temp_file="$(mktemp)"
1010
if test -z "${GITHUB_CREDS-}"; then
11-
GITHUB_CREDS="$(git user-name):${GITHUB_TOKEN}"
11+
GITHUB_CREDS="$(git user-name):${GITHUB_API_TOKEN}"
1212
fi
1313

1414
################################################################### CLEANUP ######################################################################

0 commit comments

Comments
 (0)