mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Pass secrets to common nightly workflow
This commit is contained in:
parent
48dffc93d5
commit
d50237f392
2 changed files with 2 additions and 0 deletions
1
.github/workflows/nightly-stable.yml
vendored
1
.github/workflows/nightly-stable.yml
vendored
|
@ -13,3 +13,4 @@ jobs:
|
|||
cura_conan_version: "cura/[*]@ultimaker/stable"
|
||||
release_tag: "nightly"
|
||||
caller_workflow: "nightly-stable.yml"
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/nightly-testing.yml
vendored
1
.github/workflows/nightly-testing.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue