diff --git a/.github/workflows/base-build.yml b/.github/workflows/base-build.yml index 19438a5..cbb8e2c 100644 --- a/.github/workflows/base-build.yml +++ b/.github/workflows/base-build.yml @@ -53,6 +53,7 @@ jobs: git remote -v git remote set-url origin git@github.com:microsoft/farmvibes-ai.git git remote -v + echo ${{ secrets.WORKFLOW_KEY }} >> ~/.ssh/id_rsa git config --global user.email "farmvibesaicd@microsoft.com" git config --global user.name "FarmVibes.AI Release Pipeline" BRANCH=update-base-${{ github.run_id }}