Skip to content

Commit 4f0ee9c

Browse files
committed
add windows check certs
1 parent ce7456f commit 4f0ee9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/check-certificates.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- identifier: macOS signing certificate # Text used to identify certificate in notifications.
3737
certificate-secret: INSTALLER_CERT_MAC_P12 # Name of the secret that contains the certificate.
3838
password-secret: INSTALLER_CERT_MAC_PASSWORD # Name of the secret that contains the certificate password.
39+
- identifier: Windows signing certificate
40+
certificate-secret: WINDOWS_SIGNING_CERTIFICATE_PFX
41+
password-secret: WINDOWS_SIGNING_CERTIFICATE_PASSWORD
3942

4043
steps:
4144
- name: Set certificate path environment variable

0 commit comments

Comments
 (0)