mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 14:25:45 +00:00
changing CI-only SP KV job names (#93)
This commit is contained in:
2
.github/workflows/release-digital-ocean.yml
vendored
2
.github/workflows/release-digital-ocean.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/update-links.yml
vendored
2
.github/workflows/update-links.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user