Skip to content

Commit 43a847e

Browse files
committed
ci: fix curl command again
1 parent d0611c2 commit 43a847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ -z "${GITHUB_TOKEN}" ]]; then
55
GITHUB_FLAGS=""
66
else
77
echo "Token was passed in"
8-
GITHUB_FLAGS='--header Authorization: Bearer '"$GITHUB_TOKEN"' --header X-GitHub-Api-Version: 2022-11-28'
8+
GITHUB_FLAGS='--header "Authorization: Bearer '"$GITHUB_TOKEN"'" --header "X-GitHub-Api-Version: 2022-11-28"'
99
fi
1010

1111
set -eou pipefail

0 commit comments

Comments
 (0)