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 cc1e329 commit 4e6d2f5Copy full SHA for 4e6d2f5
.github/workflows/deploy_debug.yml
@@ -39,6 +39,12 @@ jobs:
39
- name: Debug Credentials File
40
run: cat fastlane/firebase_login_credentials.json | base64
41
42
+ - name: Create google-services.json
43
+ env:
44
+ GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
45
+ run: |
46
+ echo "${GOOGLE_SERVICES_JSON}" > app/src/google-services.json
47
+
48
# Execute Fastlane tasks
49
- name: Run Fastlane Tasks
50
env:
0 commit comments