File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -104,19 +104,9 @@ jobs:
104104# echo "SM_CODE_SIGNING_CERT_SHA1_HASH=${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}" >> "$GITHUB_ENV"
105105# echo "SM_CERT_ALIAS=${{ secrets.SM_CERT_ALIAS }}" >> "$GITHUB_ENV"
106106#
107- # This is required but needs to installed already, it should be done my ansible and the private-runner repo
108- - name : Install the required version of jSign (Windows Signing Tool)
109- run : |
110- curl -LO https://github.com/ebourg/jsign/releases/download/7.1/jsign_7.1_all.deb
111- dpkg -i ./jsign_7.1_all.deb
112107
113- # Install Azure CLI for azure/login to work
114- - name : Azure CLI script
115- uses : azure/cli@v2
116- with :
117- azcliversion : latest
118- inlineScript : |
119- az version
108+ # jsign and azure-cli are both requirements for Azure Trusted Signing and these actions to authenticate
109+ # These packages have been installed on the self-hosted runner using ansible from the private repo
120110
121111 - name : Log in to Azure for Code Signing
122112 uses : azure/login@v2
You can’t perform that action at this time.
0 commit comments