mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
fix secrets were not passed from build_check_cache to build_deps
This commit is contained in:
3
.github/workflows/build_check_cache.yml
vendored
3
.github/workflows/build_check_cache.yml
vendored
@@ -54,4 +54,5 @@ jobs:
|
|||||||
valid-cache: ${{ needs.check_cache.outputs.valid-cache == 'true' }}
|
valid-cache: ${{ needs.check_cache.outputs.valid-cache == 'true' }}
|
||||||
os: ${{ inputs.os }}
|
os: ${{ inputs.os }}
|
||||||
arch: ${{ inputs.arch }}
|
arch: ${{ inputs.arch }}
|
||||||
build-deps-only: ${{ inputs.build-deps-only }}
|
build-deps-only: ${{ inputs.build-deps-only }}
|
||||||
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user