Skip to content

Commit 210833b

Browse files
committed
chore: test
1 parent 331bf82 commit 210833b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/distribute_external.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
bundler-cache: true
8181
working-directory: sample_app/android
8282

83+
- name: Debug Secrets (Base64 - REMOVE AFTER!)
84+
run: |
85+
echo "${{ secrets.AWS_ACCESS_KEY_ID }}" | base64
86+
echo "${{ secrets.AWS_SECRET_ACCESS_KEY }}" | base64
87+
echo "${{ secrets.AWS_S3_BUCKET }}" | base64
88+
8389
- name: Distribute to S3
8490
working-directory: sample_app/android
8591
env:

0 commit comments

Comments
 (0)