We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-certificates.yml
1 parent ea43a9c commit 54a0bc0Copy full SHA for 54a0bc0
.github/workflows/check-certificates.yml
@@ -37,8 +37,8 @@ jobs:
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: INSTALLER_CERT_WINDOWS_PASSWORD
41
- password-secret: INSTALLER_CERT_WINDOWS_PFX
+ certificate-secret: INSTALLER_CERT_WINDOWS_PFX
+ password-secret: INSTALLER_CERT_WINDOWS_PASSWORD
42
43
steps:
44
- name: Set certificate path environment variable
0 commit comments