Skip to content

Commit 7fccc26

Browse files
committed
ci: use existing API key stubs
1 parent 949738e commit 7fccc26

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

‎.github/workflows/test.yaml‎

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@ jobs:
4949
run: |
5050
if [ -n "$CHANGE_NOW" ]; then
5151
echo "$CHANGE_NOW" | base64 --decode > lib/external_api_keys.dart
52-
else
53-
cat > lib/external_api_keys.dart << 'EOF'
54-
const String kChangeNowApiKey = "";
55-
const String kSimpleSwapApiKey = "";
56-
const String kNanswapApiKey = "";
57-
const String kNanoSwapRpcApiKey = "";
58-
const String kWizSwapApiKey = "";
59-
const kShopInBitAccessKey = "";
60-
const kShopInBitPartnerSecret = "";
61-
const kCakePayApiToken = "";
62-
const kExolixApiKey = "";
63-
EOF
6452
fi
6553
6654
- name: Ensure app config for tests

0 commit comments

Comments
 (0)