Skip to content

Commit 4459c2d

Browse files
committed
change token type after changes
1 parent 3a4cfe5 commit 4459c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fetch_and_build_deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ -z "${pkglatest}" ]; then
8888
exit $noinput
8989
fi
9090

91-
echo "header=\"Authorization: token ${GITHUB_TOKEN}\"" > ~/.curlrc
91+
echo "header=\"Authorization: Bearer ${GITHUB_TOKEN}\"" > ~/.curlrc
9292
git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
9393

9494
export NAME

0 commit comments

Comments
 (0)