We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7456f commit 4f0ee9cCopy full SHA for 4f0ee9c
.github/workflows/check-certificates.yml
@@ -36,6 +36,9 @@ jobs:
36
- identifier: macOS signing certificate # Text used to identify certificate in notifications.
37
certificate-secret: INSTALLER_CERT_MAC_P12 # Name of the secret that contains the certificate.
38
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
42
43
steps:
44
- name: Set certificate path environment variable
0 commit comments