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

@ -31,6 +31,11 @@ jobs:
- name: Install node_modules
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: |