Skip to content

Commit

Permalink
Merge pull request #13371 from Expensify/andrew-e2e-fix
Browse files Browse the repository at this point in the history
[No QA]Add missing token to fix e2e tests run on merge
  • Loading branch information
luacmartins authored Dec 6, 2022
2 parents 7d85f49 + a092573 commit 0e17797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ jobs:

- name: Checkout "Baseline" commit (last release)
run: git checkout "$(gh release list --limit 1 | awk '{ print $1 }')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build "Baseline" APK
run: npm run android-build-e2e
Expand Down

0 comments on commit 0e17797

Please sign in to comment.