Skip to content

Commit

Permalink
chore: sign Windows binaries (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 authored Sep 9, 2024
1 parent e0132f5 commit 9045789
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,22 @@ jobs:
run: |
ls -alhtR target/${{ matrix.builds.target }}/${{ env.TS_BUILD }}/
- name: Sign files with Trusted Signing
if: startsWith(runner.os,'Windows')
uses: azure/trusted-signing-action@v0.4.0
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: Tari
certificate-profile-name: Tarilabs
files-folder: ${{ github.workspace }}/target/${{ matrix.builds.target }}/${{ env.TS_BUILD }}/
files-folder-filter: exe,dll
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

- name: Archive and Checksum Binaries
shell: bash
run: |
Expand Down

0 comments on commit 9045789

Please sign in to comment.