Skip to content

Commit 415dffb

Browse files
Removed references to installing jsign and azure-cli as these have been done using ansible
Signed-off-by: Gary Bright <gary@mondoo.com>
1 parent 69a7973 commit 415dffb

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)