Skip to content

Commit

Permalink
Get google-services.json from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik-multipl committed Apr 7, 2023
1 parent e91d6fc commit 6201689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy-to-playstore.yml
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
echo "${{ secrets.KEYSTORE_PROPERTIES }}" > android/key.properties
- name: Download google-services.json
run: echo "$FIREBASE_CONFIG" > ./android/app/google-services.json

- uses: subosito/flutter-action@v1.5.3
with:
channel: 'stable'
Expand Down

0 comments on commit 6201689

Please sign in to comment.