From 66aab8fcc80da48d00ef55e3189a3d529d37ac1b Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Sat, 10 Aug 2024 20:14:10 +0200 Subject: [PATCH] Update build.sh --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c8745353..fa99d8ac 100755 --- a/build.sh +++ b/build.sh @@ -15,10 +15,11 @@ BD=$HOME/builds BV=$1 LMD=.repo/local_manifests BB=android-14.0.0_r61 +token: ${{ secrets.IMBROGLIOTOKEN }} initRepos() { echo "--> Initializing workspace" - repo init -u https://android.googlesource.com/platform/manifest -b "$BB" --git-lfs + repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r61 --git-lfs echo echo "--> Preparing local manifest" @@ -42,7 +43,7 @@ syncRepos() { clonePriv() { echo "Import signing keys" - git clone https://imbroglius:"$IMBROGLIOTOKEN"@github.com/imbroglius/vendor_daniel-priv vendor/daniel-priv + git clone https://imbroglius:token@github.com/imbroglius/vendor_daniel-priv vendor/daniel-priv }