Skip to content

Commit

Permalink
Revert "updated google-services.json config"
Browse files Browse the repository at this point in the history
This reverts commit ebd8512.
  • Loading branch information
vladimir-8 committed May 3, 2024
1 parent ebd8512 commit bcd79af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/testOnDevice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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: |
Expand Down

0 comments on commit bcd79af

Please sign in to comment.