From 3aa65fb989768afde49fb7217ac39737596baece Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Tue, 6 Apr 2021 22:50:25 +0530 Subject: [PATCH] secret decode --- .github/workflows/android_detox.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/android_detox.yml b/.github/workflows/android_detox.yml index ec69a1b28..67a2880e4 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -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: |