1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-23 22:15:10 -05:00

Change SP

This commit is contained in:
Vince Grassia 2024-05-08 14:56:37 -04:00
parent 798e391b1b
commit cea54aad3f
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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}