Skip to content

Commit

Permalink
Remove unnecessary secrets: inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 22, 2023
1 parent d3d59be commit b602161
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ 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 b602161

Please sign in to comment.