Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-04 10:19:59 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-07-04 10:26:18 +0300
commit87e304a4e92dda1e95f92e7b41bafb49b8bea8d0 (patch)
tree88cbe82ca03a3b7e7de0bc1bbbd6bec40f43e447 /.github
parent2a4c8aa3fd24325e57fa339cb5ed7eb6caf3fb1a (diff)
Output security response on MacOS
Contributes to CURA-9365
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cura-installer.yml6
1 files changed, 6 insertions, 0 deletions
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