Pass secrets to common nightly workflow

This commit is contained in:
Erwan MATHIEU 2024-12-06 16:39:59 +01:00
parent 48dffc93d5
commit d50237f392
2 changed files with 2 additions and 0 deletions

View file

@ -13,3 +13,4 @@ jobs:
cura_conan_version: "cura/[*]@ultimaker/stable"
release_tag: "nightly"
caller_workflow: "nightly-stable.yml"
secrets: inherit

View file

@ -13,3 +13,4 @@ jobs:
cura_conan_version: "cura/[*]@ultimaker/testing"
release_tag: "nightly-stable" # Fixed version, we reuse the same tag forever
caller_workflow: "nightly-testing.yml"
secrets: inherit