Skip to content

Commit

Permalink
Forward secrets to called workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 21, 2023
1 parent 4a156bc commit d387e1e
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 d387e1e

Please sign in to comment.