changing CI-only SP KV job names (#93)

This commit is contained in:
Opeyemi
2023-04-18 16:16:11 +01:00
committed by GitHub
parent c8b278fad4
commit 9bcfc34cc8
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Login to Azure - Prod Subscription
- name: Login to Azure - CI Subscription
uses: Azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010
with:
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPLE }}

View File

@@ -79,7 +79,7 @@ jobs:
with:
ref: master
- name: Login to Azure
- name: Login to Azure - CI Subscription
uses: Azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010
with:
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPLE }}

View File

@@ -15,7 +15,7 @@ jobs:
name: Update Links
runs-on: ubuntu-20.04
steps:
- name: Login to Azure - Prod Subscription
- name: Login to Azure - CI Subscription
uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a
with:
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPLE }}