diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index 36290206cbb1..a7b2ff700709 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -14,12 +14,14 @@ jobs: uses: Expensify/App/.github/actions/triggerWorkflowAndWait@main with: WORKFLOW: lint.yml + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run tests id: tests uses: Expensify/App/.github/actions/triggerWorkflowAndWait@main with: WORKFLOW: test.yml + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This Slack step is duplicated in all workflows, if you make a change to this step, make sure to update all # the other workflows with the same change