We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bcec7 commit 32b35e4Copy full SHA for 32b35e4
1 file changed
.github/workflows/event-processor.yml
@@ -33,7 +33,7 @@ jobs:
33
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
34
steps:
35
- name: 'Az CLI login'
36
- uses: azure/login@v1
+ uses: azure/login@v2
37
with:
38
client-id: ${{ secrets.AZURE_CLIENT_ID }}
39
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments