From 9bcfc34cc812e93d5b2b56674e2e0a942f5a2ec8 Mon Sep 17 00:00:00 2001 From: Opeyemi <54288773+Eeebru@users.noreply.github.com> Date: Tue, 18 Apr 2023 16:16:11 +0100 Subject: [PATCH] changing CI-only SP KV job names (#93) --- .github/workflows/release-digital-ocean.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-links.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-digital-ocean.yml b/.github/workflows/release-digital-ocean.yml index c8e7112..4df8898 100644 --- a/.github/workflows/release-digital-ocean.yml +++ b/.github/workflows/release-digital-ocean.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d31b23..10d341e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index 0851d29..41cfbe8 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -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 }}