Skip to content

Commit

Permalink
release: use trusted-signing-action
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mjcheetham committed Jun 25, 2024
1 parent e124b8b commit c724c8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Sign payload files with Azure Code Signing
uses: azure/azure-code-signing-action@v0.3.1
uses: azure/trusted-signing-action@v0.3.20
with:
endpoint: https://wus2.codesigning.azure.net/
code-signing-account-name: git-fundamentals-signing
trusted-signing-account-name: git-fundamentals-signing
certificate-profile-name: git-fundamentals-windows-signing
files-folder: ${{ github.workspace }}\payload
files-folder-filter: exe,dll
Expand All @@ -204,10 +204,10 @@ jobs:
-Destination $env:GITHUB_WORKSPACE\installers
- name: Sign installers with Azure Code Signing
uses: azure/azure-code-signing-action@v0.3.1
uses: azure/trusted-signing-action@v0.3.20
with:
endpoint: https://wus2.codesigning.azure.net/
code-signing-account-name: git-fundamentals-signing
trusted-signing-account-name: git-fundamentals-signing
certificate-profile-name: git-fundamentals-windows-signing
files-folder: ${{ github.workspace }}\installers
files-folder-filter: exe
Expand Down

0 comments on commit c724c8d

Please sign in to comment.