We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4aaf0 commit 0678be6Copy full SHA for 0678be6
.github/workflows/release.yml
@@ -63,6 +63,22 @@ jobs:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
with:
65
subject-path: 'Docs.*'
66
+
67
+ - name: "Sign files with Trusted Signing"
68
+ uses: azure/[email protected]
69
+ with:
70
+ azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
71
+ azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
72
+ azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
73
+ endpoint: https://eus.codesigning.azure.net/
74
+ trusted-signing-account-name: trusted-signing-elixir
75
+ certificate-profile-name: Elixir
76
+ files-folder: ${{ github.workspace }}
77
+ files-folder-filter: exe
78
+ file-digest: SHA256
79
+ timestamp-rfc3161: http://timestamp.acs.microsoft.com
80
+ timestamp-digest: SHA256
81
82
- name: Upload Pre-built
83
env:
84
0 commit comments