Skip to content

Commit 9de4922

Browse files
add missing type for macOS cert
1 parent ad45d4f commit 9de4922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-certificates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- identifier: macOS signing certificate # Text used to identify certificate in notifications.
7575
certificate-secret: APPLE_SIGNING_CERTIFICATE_P12 # Name of the secret that contains the certificate.
7676
password-secret: KEYCHAIN_PASSWORD # Name of the secret that contains the certificate password.
77+
type: pkcs12
7778
- identifier: Windows signing certificate
7879
certificate-secret: INSTALLER_CERT_WINDOWS_CER
7980
# The password for the Windows certificate is not needed, because its not a container, but a single certificate.

0 commit comments

Comments
 (0)