Skip to content

Commit 24fa2a9

Browse files
DanGouldsideshowbarker
authored andcommitted
Use either GH_TOKEN or GITHUB_TOKEN
Before this change, even if $GH_TOKEN was set $GITHUB_TOKEN was used
1 parent 4c9c63d commit 24fa2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-pulse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ else
779779
fi
780780

781781
if [ -n "$token" ]; then
782-
authorizationHeader="Authorization: token $GITHUB_TOKEN"
782+
authorizationHeader="Authorization: token $token"
783783
fi
784784

785785
issuesClosedArray=()

0 commit comments

Comments
 (0)