From 5b61dabff6768de2466ebe9cf0760685f5a78078 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 10 Feb 2022 17:05:20 -0700 Subject: [PATCH] Include GITHUB_TOKEN --- .github/workflows/preDeploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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