1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Update clone authorization

This commit is contained in:
Rory Powell 2022-04-21 22:18:19 +01:00
parent 64a299064d
commit 4c9791216a

View file

@ -8,7 +8,7 @@ BASE_BRANCH=$2
cd ../ cd ../
echo "Cloning pro repo..." 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 cd budibase-pro
# Try to checkout the matching pro branch # Try to checkout the matching pro branch