Skip to content

Commit

Permalink
add missing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Sep 9, 2024
1 parent 0868b9b commit a127adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ jobs:
echo "const nanoNowNodesApiKey = '';" >> cw_nano/lib/.secrets.g.dart
echo "const tronGridApiKey = '';" >> cw_tron/lib/.secrets.g.dart
echo "const tronNowNodesApiKey = '';" >> cw_tron/lib/.secrets.g.dart
echo "const stealthExBearerToken = '';" >> lib/.secrets.g.dart
echo "const stealthExAdditionalFeePercent = '';" >> lib/.secrets.g.dart
- name: Rename app
run: |
Expand Down

0 comments on commit a127adb

Please sign in to comment.