We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3df96 commit 88784c6Copy full SHA for 88784c6
.github/workflows/event-processor.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- name: 'Az CLI login'
31
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
32
- uses: azure/login@v1
+ uses: azure/login@v1.5.1
33
with:
34
client-id: ${{ secrets.AZURE_CLIENT_ID }}
35
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments