mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:05:55 +08:00
Pass secrets to common nightly workflow
This commit is contained in:
parent
48dffc93d5
commit
d50237f392
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…
x
Reference in New Issue
Block a user