1 parent 949738e commit 7fccc26Copy full SHA for 7fccc26
1 file changed
.github/workflows/test.yaml
@@ -49,18 +49,6 @@ jobs:
49
run: |
50
if [ -n "$CHANGE_NOW" ]; then
51
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
64
fi
65
66
- name: Ensure app config for tests
0 commit comments