mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Don't create keychain twice.
CURA-6867
This commit is contained in:
parent
7057bd6fb7
commit
179b29d2c2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cura-installer.yml
vendored
1
.github/workflows/cura-installer.yml
vendored
|
@ -159,6 +159,7 @@ jobs:
|
||||||
if: ${{ runner.os == 'Macos' }}
|
if: ${{ runner.os == 'Macos' }}
|
||||||
uses: apple-actions/import-codesign-certs@v1
|
uses: apple-actions/import-codesign-certs@v1
|
||||||
with:
|
with:
|
||||||
|
create-keychain: false # keychain is created in previous use of action.
|
||||||
p12-file-base64: ${{ secrets.MACOS_CERT_INSTALLER_P12 }}
|
p12-file-base64: ${{ secrets.MACOS_CERT_INSTALLER_P12 }}
|
||||||
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue