From 87e304a4e92dda1e95f92e7b41bafb49b8bea8d0 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 4 Jul 2022 09:19:59 +0200 Subject: [PATCH] Output security response on MacOS Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 150d231e3f..ddd886a0db 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -126,6 +126,12 @@ jobs: p12-file-base64: ${{ secrets.MACOS_CERT_P12 }} p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }} + - name: Output security response + if: ${{ runner.os == 'Macos' }} + run: echo $security-response + env: + SECURITY_RESPONSE: ${{ steps.macos-keychain.outputs.security-response }} + - name: Unlock Macos keychain (Bash) if: ${{ runner.os == 'Macos' }} run: security unlock -p $TEMP_KEYCHAIN_PASSWORD signing_temp.keychain