diff --git a/builder/build.sh b/builder/build.sh index bc5e79f..06570f5 100755 --- a/builder/build.sh +++ b/builder/build.sh @@ -27,7 +27,7 @@ CLONE_URL="$REPO_URL" if [ -n "${GIT_TOKEN:-}" ]; then case "$REPO_URL" in https://*) - CLONE_URL="https://x-token-auth:${GIT_TOKEN}@${REPO_URL#https://}" + CLONE_URL="https://x-access-token:${GIT_TOKEN}@${REPO_URL#https://}" ;; esac fi