mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 22:15:10 -05:00
Change SP
This commit is contained in:
parent
798e391b1b
commit
cea54aad3f
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user