|
|
|
@ -87,7 +87,7 @@ jobs: |
|
|
|
echo "Github Release Option: $_RELEASE_OPTION" |
|
|
|
echo "Github Release Option: $_RELEASE_OPTION" |
|
|
|
|
|
|
|
|
|
|
|
- name: Login to Azure - Prod Subscription |
|
|
|
- name: Login to Azure - Prod Subscription |
|
|
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7 |
|
|
|
uses: Azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} |
|
|
|
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} |
|
|
|
|
|
|
|
|
|
|
|
@ -168,7 +168,7 @@ jobs: |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
- name: Login to Azure - CI subscription |
|
|
|
- name: Login to Azure - CI subscription |
|
|
|
uses: Azure/login@4c88f01b0e3a5600e08a37889921afd060f75cf0 # v1.5.0 |
|
|
|
uses: Azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1 |
|
|
|
if: failure() |
|
|
|
if: failure() |
|
|
|
with: |
|
|
|
with: |
|
|
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} |
|
|
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} |
|
|
|
|