Skip to content

Commit 32b35e4

Browse files
authored
Update to azure/login@v2 (#8131)
* Update to azure/login@v2 * Remove the unnecessary setting of enable-AzPSSession. We don't need it.
1 parent 14bcec7 commit 32b35e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/event-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
3434
steps:
3535
- name: 'Az CLI login'
36-
uses: azure/login@v1
36+
uses: azure/login@v2
3737
with:
3838
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3939
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)