From b5a8ac559cc386239ceaec05c97722f0cfe0456f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qian=20Qian=20=22Cubik=22=E2=80=8E?= Date: Sat, 19 Oct 2024 13:52:20 -0400 Subject: [PATCH] ci: Fix secret passing to reusable workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Qian Qian "Cubik"‎ --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21a815ca..9164396b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: fail-fast: true max-parallel: 2 uses: ./.github/workflows/building.yml + secrets: inherit with: arch: ${{ matrix.arch }} os: ${{ matrix.os }}