Skip to content

Commit 1835c8f

Browse files
Sync .github/workflows directory with azure-sdk-tools for PR 8131 (#43535)
* Update to azure/login@v2 * Remove the unnecessary setting of enable-AzPSSession. We don't need it. --------- Co-authored-by: James Suplizio <[email protected]>
1 parent 40ff95a commit 1835c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)