mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Output security response on MacOS
Contributes to CURA-9365
This commit is contained in:
parent
2a4c8aa3fd
commit
87e304a4e9
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue