Skip to content

Commit cc1e329

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "${FIREBASE_CREDENTIALS}" > fastlane/firebase_login_credentials.json
3838

3939
- name: Debug Credentials File
40-
run: cat fastlane/firebase_login_credentials.json
40+
run: cat fastlane/firebase_login_credentials.json | base64
4141

4242
# Execute Fastlane tasks
4343
- name: Run Fastlane Tasks

0 commit comments

Comments
 (0)