We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697e3b5 commit 6b546c7Copy full SHA for 6b546c7
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on: [ push ]
4
5
env:
6
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
7
+ FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
8
9
jobs:
10
lint:
@@ -70,6 +71,8 @@ jobs:
70
71
run: flutter pub get
72
- name: Generate Freezed models
73
run: flutter pub run build_runner build --delete-conflicting-outputs
74
+ - name: Provide Firebase config file
75
+ run: echo $FIREBASE_CONFIG | base64 --decode > android/app/google-services.json
76
77
# Build
78
- name: Build APK
0 commit comments