Skip to content

Commit

Permalink
Add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland committed Jan 4, 2024
1 parent e901230 commit 328adf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ jobs:
fileName: 'google-services.json'
fileDir: 'android/app/'
encodedString: ${{ secrets.ANDROID_GOOGLE_SERVICES_JSON_BASE_64 }}
- name: Create firebase_app_id_file.json
uses: timheuer/[email protected]
with:
fileName: 'firebase_app_id_file.json'
fileDir: 'ios/'
encodedString: ${{ secrets.IOS_FIREBASE_JSON_BASE_64 }}
- name: Get dependencies
uses: maierj/[email protected]
with:
Expand Down

0 comments on commit 328adf8

Please sign in to comment.