Skip to content

Commit

Permalink
Pass secrets to common nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 6, 2024
1 parent 48dffc9 commit d50237f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
cura_conan_version: "cura/[*]@ultimaker/stable"
release_tag: "nightly"
caller_workflow: "nightly-stable.yml"
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/nightly-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d50237f

Please sign in to comment.