Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 2977d3c

Browse files
committed
fix GITHUB_USERNAME
1 parent 9d40dff commit 2977d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderockr-way-github-setup.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Usage:
1414
}
1515

1616
function github_api {
17-
AUTHORIZATION="$GITHUB_USER:$GITHUB_PASSWORD"
17+
AUTHORIZATION="$GITHUB_USERNAME:$GITHUB_PASSWORD"
1818
COMMAND='-u'
1919
[ ! -z ${GITHUB_TOKEN+x} ] && {
2020
AUTHORIZATION="Authorization: token $GITHUB_TOKEN"

0 commit comments

Comments
 (0)