Skip to content

Commit

Permalink
Use new signing certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 19, 2025
1 parent 05f06ce commit c14f7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
dotnet NuGetKeyVaultSignTool sign "$file" \
--file-digest sha256 \
--timestamp-rfc3161 http://timestamp.digicert.com \
--azure-key-vault-url https://duendecodesigning.vault.azure.net/ \
--azure-key-vault-url https://duendecodesigninghsm.vault.azure.net/ \
--azure-key-vault-client-id 18e3de68-2556-4345-8076-a46fad79e474 \
--azure-key-vault-tenant-id ed3089f0-5401-4758-90eb-066124e2d907 \
--azure-key-vault-client-secret ${{ secrets.SignClientSecret }} \
--azure-key-vault-certificate CodeSigning
--azure-key-vault-certificate NuGetPackageSigning
done
- name: Push packages
Expand Down

0 comments on commit c14f7e3

Please sign in to comment.