From 01206524c848473a5d7eb8eb8d24ddbebb69ceb1 Mon Sep 17 00:00:00 2001 From: Hugo Montero Date: Fri, 3 May 2024 11:24:14 -0600 Subject: [PATCH] inherint configuration to reusable tests workflow --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e94afdc8..1858127cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,7 @@ on: jobs: call-tests: uses: ./.github/workflows/tests.yml + secrets: inherit build: needs: call-tests runs-on: ubuntu-latest # Choose an appropriate runner