From 3bcb44ea71fde4eab5f60abf0b82b7e779c78fa0 Mon Sep 17 00:00:00 2001 From: Opeyemi <54288773+Eeebru@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:48:05 +0100 Subject: [PATCH] changing CI-only SP KV job names (#2484) --- .github/workflows/build.yml | 6 +++--- .github/workflows/crowdin-pull.yml | 2 +- .github/workflows/version-bump.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d54c8456e..99ac13f0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -519,7 +519,7 @@ jobs: with: submodules: 'true' - - name: Login to Azure - Prod Subscription + - name: Login to Azure - CI Subscription uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf with: creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} @@ -773,7 +773,7 @@ jobs: - name: Checkout repo uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - - name: Login to Azure + - name: Login to Azure - CI Subscription uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf with: creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} @@ -839,7 +839,7 @@ jobs: exit 1 fi - - name: Login to Azure - Prod Subscription + - name: Login to Azure - CI Subscription uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf if: failure() with: diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index ed83b9bdb..47fb6bf32 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 - - name: Login to Azure + - name: Login to Azure - CI Subscription uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a with: creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 0193d28ca..f0f6590fc 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout Branch uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - - name: Login to Azure - Prod Subscription + - name: Login to Azure - CI Subscription uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf with: creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}