Skip to content

Commit 4e6d2f5

Browse files
committed
chore: add debug logs in workflow
1 parent cc1e329 commit 4e6d2f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy_debug.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
- name: Debug Credentials File
4040
run: cat fastlane/firebase_login_credentials.json | base64
4141

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+
4248
# Execute Fastlane tasks
4349
- name: Run Fastlane Tasks
4450
env:

0 commit comments

Comments
 (0)