Skip to content

Commit

Permalink
add cakewallet secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Sep 16, 2024
1 parent f90b1f5 commit 0b91e91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0b91e91

Please sign in to comment.