Skip to content

Commit

Permalink
Add firebase_options.dart to validate build
Browse files Browse the repository at this point in the history
  • Loading branch information
suesitran committed Sep 29, 2024
1 parent 8d1d02f commit b1b148e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- name: setup secrets
run: |
FIREBASE = ${{ secrets.FIREBASE_OPTIONS }}
echo $FIREBASE >> lib/firebase_options.dart
- name: Flutter action
uses: subosito/[email protected]
with:
Expand Down

0 comments on commit b1b148e

Please sign in to comment.