Skip to content

Commit

Permalink
Sync .github/workflows directory with azure-sdk-tools for PR 8131 (#4…
Browse files Browse the repository at this point in the history
…3535)

* Update to azure/login@v2

* Remove the unnecessary setting of enable-AzPSSession. We don't need it.

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
  • Loading branch information
azure-sdk and JimSuplizio committed Apr 19, 2024
1 parent 40ff95a commit 1835c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/event-processor.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
steps:
- name: 'Az CLI login'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 1835c8f

Please sign in to comment.