mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Hotfix az login build workflow (#1394)
* adding in AZ QA login step * clarifying the task names * fixing syntax error
This commit is contained in:
parent
0be710f78a
commit
5d7530a6a5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -155,7 +155,7 @@ jobs:
|
||||
echo "GitHub ref: $GITHUB_REF"
|
||||
echo "GitHub event: $GITHUB_EVENT"
|
||||
|
||||
- name: Login to Azure: Prod Subscription
|
||||
- name: Login to Azure - Prod Subscription
|
||||
uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
|
||||
@ -170,7 +170,7 @@ jobs:
|
||||
dct-delegate-2-repo-passphrase,
|
||||
dct-delegate-2-key"
|
||||
|
||||
- name: Login to Azure: QA Subscription
|
||||
- name: Login to Azure - QA Subscription
|
||||
if: ${{ matrix.service_name }} == "EventsProcessor"
|
||||
uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user