We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cee40 commit e30ad77Copy full SHA for e30ad77
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
env:
120
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
121
if: runner.os == 'Windows' && env.AZURE_TENANT_ID
122
- uses: azure/azure-code-signing-action@v0.2.22
+ uses: azure/trusted-signing-action@v0.4.0
123
with:
124
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
125
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
145
0 commit comments