1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 00:23:40 +00:00

[DEVOPS-1259] reupdate CI-only KV SP (#2858)

* reupdate CI-only KV SP

* add some edits
This commit is contained in:
Opeyemi
2023-04-17 18:03:32 +01:00
committed by GitHub
parent f2fad5513d
commit 62c8b4c77d
6 changed files with 22 additions and 12 deletions

View File

@@ -283,7 +283,7 @@ jobs:
- name: Login to Azure - CI Subscription
uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf
with:
creds: ${{ secrets. AZURE_KV_CI_SERVICE_PRINCIPAL }}
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
- name: Retrieve github PAT secrets
id: retrieve-secret-pat
@@ -564,11 +564,11 @@ jobs:
exit 1
fi
- name: Login to Azure - Prod Subscription
- name: Login to Azure - CI subscription
uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf
if: failure()
with:
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
- name: Retrieve secrets
id: retrieve-secrets