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 65c5948 commit b924ffcCopy full SHA for b924ffc
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
.goreleaser-windows.yaml
29
30
- name: Azure Login
31
- uses: azure/login@e0db49e98c564cc35b6c06fc4c423ab28c39c27a # v2.4.0
+ uses: azure/login@v2
32
with:
33
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 }}"}'
34
0 commit comments