From cea54aad3fabf3a99b79f9179816422b5b1e35d8 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 8 May 2024 14:56:37 -0400 Subject: [PATCH] Change SP --- .github/workflows/build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 930b0e36db..e48598c6f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,17 +104,10 @@ jobs: uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 ########## ACRs ########## - - name: Log in to Azure - CI subscription + - name: Log in to Azure - Production subscription uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7 with: - creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - - - name: Retrieve GitHub PAT secrets - id: retrieve-secret-pat - uses: bitwarden/gh-actions/get-keyvault-secrets@main - with: - keyvault: "bitwarden-ci" - secrets: "github-pat-bitwarden-devops-bot-repo-scope" + creds: ${{ secrets.AZURE_KV_PROD_SERVICE_PRINCIPAL }} - name: Login to PROD ACR run: az acr login -n ${_AZ_REGISTRY%.azurecr.io}