From d387e1e092ef09bc6c3dcac47e849b2040162efe Mon Sep 17 00:00:00 2001 From: rory Date: Mon, 21 Aug 2023 16:31:50 -0700 Subject: [PATCH] Forward secrets to called workflows --- .github/workflows/preDeploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index c9fb636238aa..3f162c807849 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -7,12 +7,15 @@ on: jobs: typecheck: uses: Expensify/App/.github/workflows/typecheck.yml@main + secrets: inherit lint: uses: Expensify/App/.github/workflows/lint.yml@main + secrets: inherit test: uses: Expensify/App/.github/workflows/test.yml@main + secrets: inherit confirmPassingBuild: runs-on: ubuntu-latest