diff --git a/entrypoint.sh b/entrypoint.sh index 20272ba..a79a86a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -32,7 +32,7 @@ else fi # Final repository -DEPLOY_REPO="https://${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git" +DEPLOY_REPO="https://username:${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git" if [ "$TARGET_LINK" ]; then DEPLOY_REPO="$TARGET_LINK" fi