We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 774e7fb + 831356c commit 2c0ab2bCopy full SHA for 2c0ab2b
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,8 @@ jobs:
38
with:
39
fileName: google-services.json
40
fileDir: ./apps/flipcash/app/src
41
- encodedString: ${{ secrets.FLIPCASH2_GOOGLE_SERVICES_JSON }}
+ encodedString: ${{ secrets.FLIPCASH2_GOOGLE_SERVICES }}
42
+
43
44
- name: Setup BugSnag API Key
45
run: echo BUGSNAG_API_KEY=\"${{ secrets.FLIPCASH_BUGSNAG_API_KEY }}\" > ./local.properties
0 commit comments