add cakewallet secrets

This commit is contained in:
cyan
2024-09-16 17:15:43 +00:00
parent f90b1f57b1
commit 0b91e91d19

View File

@@ -623,6 +623,10 @@ jobs:
echo "const tronNowNodesApiKey = '';" >> cw_tron/lib/.secrets.g.dart
echo "const stealthExBearerToken = '';" >> lib/.secrets.g.dart
echo "const stealthExAdditionalFeePercent = '';" >> lib/.secrets.g.dart
echo "const letsExchangeBearerToken = '';" >> lib/.secrets.g.dart
echo "const letsExchangeAffiliateId = '';" >> lib/.secrets.g.dart
echo "const etherScanApiKey = '';" >> lib/.secrets.g.dart
echo "const polygonScanApiKey = '';" >> lib/.secrets.g.dart
- name: Rename app
run: |