mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-24 06:24:27 +08:00
Output security response on MacOS
Contributes to CURA-9365
This commit is contained in:
parent
2a4c8aa3fd
commit
87e304a4e9
6
.github/workflows/cura-installer.yml
vendored
6
.github/workflows/cura-installer.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user