Skip to content

Commit c724c8d

Browse files
committed
release: use trusted-signing-action
Use the new azure/trusted-signing-action in place of the now deprecated azure/azure-code-signing-action. https://github.com/azure/azure-code-signing-action https://github.com/azure/trusted-signing-action
1 parent e124b8b commit c724c8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ jobs:
177177
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
178178

179179
- name: Sign payload files with Azure Code Signing
180-
uses: azure/azure-code-[email protected].1
180+
uses: azure/trusted-[email protected].20
181181
with:
182182
endpoint: https://wus2.codesigning.azure.net/
183-
code-signing-account-name: git-fundamentals-signing
183+
trusted-signing-account-name: git-fundamentals-signing
184184
certificate-profile-name: git-fundamentals-windows-signing
185185
files-folder: ${{ github.workspace }}\payload
186186
files-folder-filter: exe,dll
@@ -204,10 +204,10 @@ jobs:
204204
-Destination $env:GITHUB_WORKSPACE\installers
205205
206206
- name: Sign installers with Azure Code Signing
207-
uses: azure/azure-code-[email protected].1
207+
uses: azure/trusted-[email protected].20
208208
with:
209209
endpoint: https://wus2.codesigning.azure.net/
210-
code-signing-account-name: git-fundamentals-signing
210+
trusted-signing-account-name: git-fundamentals-signing
211211
certificate-profile-name: git-fundamentals-windows-signing
212212
files-folder: ${{ github.workspace }}\installers
213213
files-folder-filter: exe

0 commit comments

Comments
 (0)