mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
DEVOPS-1581 REFACTOR: Azure login and retrieve secrets in deploy-non-prod-web.yml
This commit is contained in:
6
.github/workflows/deploy-non-prod-web.yml
vendored
6
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -180,16 +180,16 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
_ENVIRONMENT_ARTIFACT: ${{ needs.setup.outputs.environment-artifact }}
|
_ENVIRONMENT_ARTIFACT: ${{ needs.setup.outputs.environment-artifact }}
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Azure - EU Subscription
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_EU_QA_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
- name: Retrieve Storage Account connection string
|
- name: Retrieve Storage Account connection string
|
||||||
id: retrieve-secrets
|
id: retrieve-secrets
|
||||||
uses: bitwarden/gh-actions/get-keyvault-secrets@main
|
uses: bitwarden/gh-actions/get-keyvault-secrets@main
|
||||||
with:
|
with:
|
||||||
keyvault: webvaulteu-westeurope-qa
|
keyvault: bw-webvault-rlktusqa-kv
|
||||||
secrets: "sa-bitwarden-web-vault-dev-key-temp"
|
secrets: "sa-bitwarden-web-vault-dev-key-temp"
|
||||||
|
|
||||||
- name: Download latest cloud asset
|
- name: Download latest cloud asset
|
||||||
|
|||||||
Reference in New Issue
Block a user