From ebbe5a4d80999d1e7f9c0fe2740a464508fa0bea Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 19 Nov 2023 12:12:01 +0800 Subject: [PATCH] fix secrets were not passed from build_check_cache to build_deps --- .github/workflows/build_check_cache.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index b4210fe8f2..cccc084944 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -54,4 +54,5 @@ jobs: valid-cache: ${{ needs.check_cache.outputs.valid-cache == 'true' }} os: ${{ inputs.os }} arch: ${{ inputs.arch }} - build-deps-only: ${{ inputs.build-deps-only }} \ No newline at end of file + build-deps-only: ${{ inputs.build-deps-only }} + secrets: inherit