Skip to content

Commit a04088a

Browse files
committed
add another az login
1 parent c81362c commit a04088a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/end-to-end-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,13 @@ jobs:
561561
ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }}
562562
ARM_USE_OIDC: true
563563

564+
- name: Azure login for a new access token
565+
uses: azure/login@v2
566+
with:
567+
client-id: ${{ vars.ARM_CLIENT_ID }}
568+
tenant-id: ${{ vars.ARM_TENANT_ID }}
569+
subscription-id: ${{ vars.ARM_SUBSCRIPTION_ID }}
570+
564571
- name: Clean Up Post-Run
565572
run: |
566573
$deployAzureResources = "${{ matrix.deployAzureResources }}"

0 commit comments

Comments
 (0)