Skip to content

Commit

Permalink
chore: base64 Keys.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaviuExtPrimer committed Nov 8, 2024
1 parent 9acef76 commit 06c580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build-and-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
run: |
echo "export const STRIPE_ACH_PUBLISHABLE_KEY = '${{ secrets.STRIPE_PUBLISHABLE_KEY }}'" > packages/example/src/Keys.ts
cat packages/example/src/Keys.ts
cat packages/example/src/Keys.ts | base64
- name: Distribute the React Native Android app on Appetize and upload to BrowserStack 🚀
run: bundle exec fastlane android appetize_build_and_upload
Expand Down

0 comments on commit 06c580d

Please sign in to comment.