diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index 4630e1297..59d5780d6 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -89,7 +89,7 @@ jobs: } function clone_msaas() { [ -d $MSAAS_REPO_FOLDER ] || { - git clone -b dev --recursive $MSAAS_REPO_URL $MSAAS_REPO_FOLDER + git clone -b dev --recursive https://x-access-token:$MSAAS_REPO_CLONE_TOKEN@$MSAAS_REPO_URL $MSAAS_REPO_FOLDER cd $MSAAS_REPO_FOLDER cd openreplay && git fetch origin && git checkout main # This have to be changed to specific tag git log -1