Browse Source

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

pull/95/head
Opeyemi 3 years ago committed by GitHub
parent
commit
9bcfc34cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-digital-ocean.yml
  2. 2
      .github/workflows/release.yml
  3. 2
      .github/workflows/update-links.yml

2
.github/workflows/release-digital-ocean.yml

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

2
.github/workflows/release.yml

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

2
.github/workflows/update-links.yml

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

Loading…
Cancel
Save