We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b399f5d commit f7b2156Copy full SHA for f7b2156
.github/workflows/ci.yml
@@ -37,8 +37,8 @@ jobs:
37
id: google_services_json_file
38
with:
39
fileName: google-services.json
40
- fileDir: ./app/src
41
- encodedString: ${{ secrets.GOOGLE_SERVICES_JSON }}
+ fileDir: ./apps/flipcash/app/src
+ encodedString: ${{ secrets.FLIPCASH_GOOGLE_SERVICES_JSON }}
42
43
- name: Setup BugSnag API Key
44
run: echo BUGSNAG_API_KEY=\"${{ secrets.FLIPCASH_BUGSNAG_API_KEY }}\" > ./local.properties
0 commit comments