Skip to content

Commit a0f62c9

Browse files
committed
chore: add debug logs in workflow
1 parent de68e46 commit a0f62c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy_debug.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
FIREBASE_CREDENTIALS: ${{ secrets.FIREBASE_DISTRIBUTOR_KEY }}
3737
run: echo "${FIREBASE_CREDENTIALS}" > fastlane/firebase_login_credentials.json
3838

39+
- name: Debug Credentials File
40+
run: cat fastlane/firebase_login_credentials.json
41+
3942
# Execute Fastlane tasks
4043
- name: Run Fastlane Tasks
4144
env:

0 commit comments

Comments
 (0)