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}