mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
inherit secrets
Contributes to CURA-8415
This commit is contained in:
parent
fc159a2f5d
commit
05ded4885e
1 changed files with 6 additions and 1 deletions
7
.github/workflows/installers.yml
vendored
7
.github/workflows/installers.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
staging: ${{ inputs.staging }}
|
||||
architecture: X64
|
||||
operating_system: windows-2022
|
||||
secrets: inherit
|
||||
|
||||
linux-modern-installer:
|
||||
uses: ./.github/workflows/linux.yml
|
||||
|
@ -45,6 +46,7 @@ jobs:
|
|||
staging: ${{ inputs.staging }}
|
||||
architecture: X64
|
||||
operating_system: ubuntu-22.04
|
||||
secrets: inherit
|
||||
|
||||
linux-legacy-installer:
|
||||
uses: ./.github/workflows/linux.yml
|
||||
|
@ -55,6 +57,7 @@ jobs:
|
|||
staging: ${{ inputs.staging }}
|
||||
architecture: X64
|
||||
operating_system: ubuntu-20.04
|
||||
secrets: inherit
|
||||
|
||||
macos-installer:
|
||||
uses: ./.github/workflows/macos.yml
|
||||
|
@ -65,6 +68,7 @@ jobs:
|
|||
staging: ${{ inputs.staging }}
|
||||
architecture: X64
|
||||
operating_system: macos-11.0
|
||||
secrets: inherit
|
||||
|
||||
macos-arm-installer:
|
||||
uses: ./.github/workflows/macos.yml
|
||||
|
@ -74,4 +78,5 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
architecture: ARM64
|
||||
operating_system: self-hosted
|
||||
operating_system: self-hosted
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue