We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a1a6dd + 831356c commit b9a245aCopy full SHA for b9a245a
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