Skip to content

Commit 716bc17

Browse files
committed
Modifying mock firebase_options.dart for CI compilation fix, correcting file extension json -> dart
1 parent 889ebd6 commit 716bc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "const chirpToken = 'a';" >> lib/secrets.dart
2525
echo "const alphaVantageAccessKey = 'a';" >> lib/secrets.dart
2626
echo "const tavilyApiKey = 'a';" >> lib/secrets.dart
27-
cat <<EOF > lib/firebase_options.json
27+
cat <<EOF > lib/firebase_options.dart
2828
// ignore_for_file: type=lint
2929
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
3030
import 'package:flutter/foundation.dart'

0 commit comments

Comments
 (0)