Skip to content

Commit 5bbf4da

Browse files
committed
add env env:
AZURE_LOGIN_PRE_CLEANUP: true
1 parent c0aa65a commit 5bbf4da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
tenant-id: ${{secrets.AZURE_TENANT_ID}}
2727
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2828
enable-AzPSSession: true
29+
env:
30+
AZURE_LOGIN_PRE_CLEANUP: true
2931

3032
- name: Deploy ARM Template
3133
uses: azure/arm-deploy@v1

0 commit comments

Comments
 (0)