Unverified Commit 54a0bc07 authored by Umberto Baldi's avatar Umberto Baldi Committed by GitHub

fix `check-certificates.yml` failing (#1927)

parent ea43a9c6
......@@ -37,8 +37,8 @@ jobs:
certificate-secret: INSTALLER_CERT_MAC_P12 # Name of the secret that contains the certificate.
password-secret: INSTALLER_CERT_MAC_PASSWORD # Name of the secret that contains the certificate password.
- identifier: Windows signing certificate
certificate-secret: INSTALLER_CERT_WINDOWS_PASSWORD
password-secret: INSTALLER_CERT_WINDOWS_PFX
certificate-secret: INSTALLER_CERT_WINDOWS_PFX
password-secret: INSTALLER_CERT_WINDOWS_PASSWORD
steps:
- name: Set certificate path environment variable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment