Skip to content

Commit

Permalink
Switch workflows to use our fork of 'azure/login' action
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Sep 11, 2024
1 parent 1f71744 commit 6ffb0fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scripted-build-matrix-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.compilePhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.compilePhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.testPhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.testPhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.packagePhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.packagePhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.publishPhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.publishPhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/scripted-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.compilePhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.compilePhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.testPhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.testPhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.packagePhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.packagePhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.publishPhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
uses: endjin/login@4ae41681a03e0285d0a85d578968b6ba937c23ee # forked version including hotfix from https://github.com/Azure/login/pull/431
with:
creds: ${{ secrets.publishPhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down

0 comments on commit 6ffb0fa

Please sign in to comment.