Skip to content

Commit

Permalink
Revert "Add temporary login for expired auth (#7491)"
Browse files Browse the repository at this point in the history
This reverts commit 9b66088.
  • Loading branch information
sk593 authored Apr 15, 2024
1 parent 7ee800e commit a2f1b7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/long-running-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,12 +485,6 @@ jobs:
if: failure()
run: |
echo ":x: functional test failed." >> $GITHUB_STEP_SUMMARY
- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_SP_TESTS_APPID }}
tenant-id: ${{ secrets.AZURE_SP_TESTS_TENANTID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTIONID_TESTS }}
- name: Delete azure resource group - ${{ env.AZURE_TEST_RESOURCE_GROUP }}
if: always()
run: |
Expand Down

0 comments on commit a2f1b7c

Please sign in to comment.