secret decode

This commit is contained in:
Anant Bhasin 2021-04-06 22:50:25 +05:30
parent cc438bcea5
commit 3aa65fb989
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ jobs:
run: |
yarn --frozen-lockfile --network-timeout 100000
- name: Decode google-services.json
env:
FIREBASE_SECRET: ${{ secrets.GOOGLE_KEY }}
run: echo $FIREBASE_SECRET > android/app/google-services.json
- name: Build for detox
run: |
yarn detox build e2e --configuration android.experimental.play.emu.release