claude/heroku-clone-mvp-plan-NREhc #1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ CLONE_URL="$REPO_URL"
|
||||||
if [ -n "${GIT_TOKEN:-}" ]; then
|
if [ -n "${GIT_TOKEN:-}" ]; then
|
||||||
case "$REPO_URL" in
|
case "$REPO_URL" in
|
||||||
https://*)
|
https://*)
|
||||||
CLONE_URL="https://x-token-auth:${GIT_TOKEN}@${REPO_URL#https://}"
|
CLONE_URL="https://x-access-token:${GIT_TOKEN}@${REPO_URL#https://}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue