Browse Source

Called workflow needs to inherit more information to run.

part of CURA-9880
Remco Burema 2 years ago
parent
commit
3761f03cea
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/cura-all-installers.yml

+ 4 - 0
.github/workflows/cura-all-installers.yml

@@ -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