From 5a14242ddba85caf902b105a0f4a038162d45e3c Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 17 Oct 2023 16:12:06 +0100 Subject: [PATCH] ci(pytest): add secrets: inherit to deploy workflow --- .github/workflows/build_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 03f3ae947b..1bc20f936d 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -18,6 +18,7 @@ jobs: uses: ./.github/workflows/r-pytest.yml with: image_tag: ci-${{ github.ref_name }} + secrets: inherit frontend-tests: uses: ./.github/workflows/r-frontend_tests.yml