Skip to content

Commit

Permalink
Merge pull request git-lfs#5873 from chrisd8088/update-win-release-si…
Browse files Browse the repository at this point in the history
…gning

Update release workflow to use Windows Trusted Signing Action
  • Loading branch information
chrisd8088 authored Sep 30, 2024
2 parents 4ddd320 + b3b6612 commit 65e3cea
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 @@ -63,13 +63,13 @@ jobs:
shell: bash
env:
FORCE_LOCALIZE: true
- uses: azure/azure-code-signing-action@v0.3.1
- uses: azure/trusted-signing-action@v0.4.0
with:
azure-tenant-id: ${{ secrets.SPN_GIT_LFS_SIGNING_TENANT_ID }}
azure-client-id: ${{ secrets.SPN_GIT_LFS_SIGNING_CLIENT_ID }}
azure-client-secret: ${{ secrets.SPN_GIT_LFS_SIGNING }}
endpoint: https://wus.codesigning.azure.net/
code-signing-account-name: GitHubInc
trusted-signing-account-name: GitHubInc
certificate-profile-name: GitHubInc
files-folder: ${{ github.workspace }}/tmp/stage1
files-folder-filter: exe
Expand All @@ -78,13 +78,13 @@ jobs:
timestamp-digest: SHA256
- run: env -u TMPDIR make release-windows-stage-2
shell: bash
- uses: azure/azure-code-signing-action@v0.3.1
- uses: azure/trusted-signing-action@v0.4.0
with:
azure-tenant-id: ${{ secrets.SPN_GIT_LFS_SIGNING_TENANT_ID }}
azure-client-id: ${{ secrets.SPN_GIT_LFS_SIGNING_CLIENT_ID }}
azure-client-secret: ${{ secrets.SPN_GIT_LFS_SIGNING }}
endpoint: https://wus.codesigning.azure.net/
code-signing-account-name: GitHubInc
trusted-signing-account-name: GitHubInc
certificate-profile-name: GitHubInc
files-folder: ${{ github.workspace }}/tmp/stage2
files-folder-filter: exe
Expand Down

0 comments on commit 65e3cea

Please sign in to comment.