mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
fix secrets were not passed from build_check_cache to build_deps
This commit is contained in:
parent
d7453aa20f
commit
ebbe5a4d80
1 changed files with 2 additions and 1 deletions
1
.github/workflows/build_check_cache.yml
vendored
1
.github/workflows/build_check_cache.yml
vendored
|
@ -55,3 +55,4 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue