secret decode
This commit is contained in:
parent
cc438bcea5
commit
3aa65fb989
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue