Skip to content

Commit 84a7a16

Browse files
Merge pull request #135 from Chia-Network/fix-windows-signing
ci: fix windows signing
2 parents 3382770 + 873e50f commit 84a7a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-installers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
if: steps.check_secrets.outputs.HAS_SIGNING_SECRET
152152
uses: chia-network/actions/digicert/windows-sign@main
153153
with:
154+
sm_certkey_alias: ${{ secrets.SM_CERTKEY_ALIAS }}
154155
sm_api_key: ${{ secrets.SM_API_KEY }}
155156
sm_client_cert_file_b64: ${{ secrets.SM_CLIENT_CERT_FILE_B64 }}
156157
sm_client_cert_password: ${{ secrets.SM_CLIENT_CERT_PASSWORD }}

0 commit comments

Comments
 (0)