We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485cdc4 commit 3a49377Copy full SHA for 3a49377
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
}
33
34
- name: Azure Login
35
- uses: azure/login@e0db49e98c564cc35b6c06fc4c423ab28c39c27a # v2.4.0
+ uses: azure/login@v2
36
with:
37
creds: '{"clientId":"${{ secrets.DECO_SIGN_AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.DECO_SIGN_AZURE_CLIENT_SECRET }}","tenantId":"${{ secrets.DECO_SIGN_AZURE_TENANT_ID }}","subscriptionId":"${{ secrets.DECO_SIGN_AZURE_SUBSCRIPTION_ID }}"}'
38
0 commit comments