From 77f475d47e79f3e3efd8644ae0119e6f62b8c761 Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:32:24 +0200 Subject: [PATCH] fix `check-certificates.yml` failing --- .github/workflows/check-certificates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-certificates.yml b/.github/workflows/check-certificates.yml index 9ca01502255..14739bc12c0 100644 --- a/.github/workflows/check-certificates.yml +++ b/.github/workflows/check-certificates.yml @@ -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