diff --git a/.github/workflows/testOnDevice.yml b/.github/workflows/testOnDevice.yml index a6835e0c0..eb442763f 100644 --- a/.github/workflows/testOnDevice.yml +++ b/.github/workflows/testOnDevice.yml @@ -132,12 +132,7 @@ jobs: - name: Install dependencies (yarn) run: yarn install --no-progress --network-timeout 100000 --network-concurrency 1 - - name: Decode google-services.json file - uses: timheuer/base64-to-file@v1.2 - with: - fileDir: "./android/app/" - fileName: "google-services.json" - encodedString: ${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }} + - run: cp google-services.json.dist android/app/google-services.json - name: Enable clear text traffic in release builds run: |