mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Set Mac secrets to environment
Contributes to CURA-9365
This commit is contained in:
parent
b35a8bf3ae
commit
0aa65cc268
1 changed files with 3 additions and 2 deletions
5
.github/workflows/cura-installer.yml
vendored
5
.github/workflows/cura-installer.yml
vendored
|
@ -41,8 +41,9 @@ env:
|
|||
CONAN_LOGGING_LEVEL: ${{ inputs.conan_logging_level }}
|
||||
CONAN_NON_INTERACTIVE: 1
|
||||
CODESIGN_IDENTITY: ${{ secrets.CODESIGN_IDENTITY }}
|
||||
NOTARIZE_USER: ${{ secrets.NOTARIZE_USER }}
|
||||
NOTARIZE_PASSWORD: ${{ secrets.NOTARIZE_PASSWORD }}
|
||||
MAC_NOTARIZE_USER: ${{ secrets.MAC_NOTARIZE_USER }}
|
||||
MAC_NOTARIZE_PASS: ${{ secrets.MAC_NOTARIZE_PASS }}
|
||||
MACOS_CERT_P12: ${{ secrets.MACOS_CERT_P12 }}
|
||||
|
||||
jobs:
|
||||
cura-installer-create:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue