From 4c9791216ade657f28a1650c46abb724049b5fdd Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Thu, 21 Apr 2022 22:18:19 +0100 Subject: [PATCH] Update clone authorization --- scripts/pro/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pro/install.sh b/scripts/pro/install.sh index 2360de7db7..cff90bffdc 100755 --- a/scripts/pro/install.sh +++ b/scripts/pro/install.sh @@ -8,7 +8,7 @@ BASE_BRANCH=$2 cd ../ echo "Cloning pro repo..." -git clone git@github.com:Budibase/budibase-pro.git +git clone https://$PERSONAL_ACCESS_TOKEN@github.com/Budibase/budibase-pro.git cd budibase-pro # Try to checkout the matching pro branch