Skip to content

Commit

Permalink
Merge pull request #25631 from Expensify/Rory-SecretsInherit
Browse files Browse the repository at this point in the history
[No QA] Forward secrets to called workflows
  • Loading branch information
roryabraham authored Aug 21, 2023
2 parents c053381 + d387e1e commit 1b451ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b451ec

Please sign in to comment.