Output security response on MacOS

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-04 09:19:59 +02:00 committed by Jelle Spijker
parent 2a4c8aa3fd
commit 87e304a4e9

View file

@ -126,6 +126,12 @@ jobs:
p12-file-base64: ${{ secrets.MACOS_CERT_P12 }} p12-file-base64: ${{ secrets.MACOS_CERT_P12 }}
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }} 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) - name: Unlock Macos keychain (Bash)
if: ${{ runner.os == 'Macos' }} if: ${{ runner.os == 'Macos' }}
run: security unlock -p $TEMP_KEYCHAIN_PASSWORD signing_temp.keychain run: security unlock -p $TEMP_KEYCHAIN_PASSWORD signing_temp.keychain