Called workflow needs to inherit more information to run.

part of CURA-9880
This commit is contained in:
Remco Burema 2022-11-17 18:26:45 +01:00
parent ccdc67712a
commit 3761f03cea

View file

@ -67,6 +67,7 @@ jobs:
enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }}
secrets: inherit
linux-installer-create:
if: ${{ inputs.build_linux }}
@ -80,6 +81,7 @@ jobs:
enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }}
secrets: inherit
linux-modern-installer-create:
if: ${{ inputs.build_linux }}
@ -93,6 +95,7 @@ jobs:
enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }}
secrets: inherit
macos-installer-create:
if: ${{ inputs.build_macos }}
@ -106,3 +109,4 @@ jobs:
enterprise: ${{ inputs.enterprise }}
staging: ${{ inputs.staging }}
installer: ${{ inputs.installer }}
secrets: inherit