1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

[BRE-831] Removing unused azure login id

This commit is contained in:
Andy Pixley
2025-06-30 16:30:24 -04:00
parent deb07067ab
commit f3414b83a6
8 changed files with 0 additions and 15 deletions

View File

@ -20,7 +20,6 @@ jobs:
copy_finalization_scripts: ${{ steps.check-finalization-scripts-existence.outputs.copy_finalization_scripts }} copy_finalization_scripts: ${{ steps.check-finalization-scripts-existence.outputs.copy_finalization_scripts }}
steps: steps:
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@ -107,7 +106,6 @@ jobs:
echo "moved_files=$moved_files" >> $GITHUB_OUTPUT echo "moved_files=$moved_files" >> $GITHUB_OUTPUT
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

View File

@ -173,7 +173,6 @@ jobs:
########## ACRs ########## ########## ACRs ##########
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@ -303,7 +302,6 @@ jobs:
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@ -508,7 +506,6 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@ -550,7 +547,6 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@ -622,7 +618,6 @@ jobs:
run: exit 1 run: exit 1
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

View File

@ -15,7 +15,6 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

View File

@ -14,7 +14,6 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

View File

@ -39,7 +39,6 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

View File

@ -116,7 +116,6 @@ jobs:
########## ACR PROD ########## ########## ACR PROD ##########
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

View File

@ -59,7 +59,6 @@ jobs:
steps: steps:
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@ -184,7 +183,6 @@ jobs:
steps: steps:
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

View File

@ -40,7 +40,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@ -108,7 +107,6 @@ jobs:
run: dotnet tool install dotnet-sonarscanner -g run: dotnet tool install dotnet-sonarscanner -g
- name: Log in to Azure - name: Log in to Azure
id: azure-login
uses: bitwarden/gh-actions/azure-login@main uses: bitwarden/gh-actions/azure-login@main
with: with:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}