We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889ebd6 commit 716bc17Copy full SHA for 716bc17
.github/workflows/main.yaml
@@ -24,7 +24,7 @@ jobs:
24
echo "const chirpToken = 'a';" >> lib/secrets.dart
25
echo "const alphaVantageAccessKey = 'a';" >> lib/secrets.dart
26
echo "const tavilyApiKey = 'a';" >> lib/secrets.dart
27
- cat <<EOF > lib/firebase_options.json
+ cat <<EOF > lib/firebase_options.dart
28
// ignore_for_file: type=lint
29
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
30
import 'package:flutter/foundation.dart'
0 commit comments