File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 63
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
64
with :
65
65
subject-path : ' Docs.*'
66
+
67
+ - name : " Sign files with Trusted Signing"
68
+
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
+
66
82
- name : Upload Pre-built
67
83
env :
68
84
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments