Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mllrr96 committed Apr 3, 2024
1 parent a71216f commit b6dae2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ jobs:
- name: Write google-services file for Android
run: printf "${{ secrets.GOOGLE_SERVICE_ANDROID }}" > android/app/google-services.json
- name: Write firebase app id file for for iOS
run: printf "${{ secrets.FIREBASE_APP_ID }}" > ios/firebase_app_id_file.json
uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.FIREBASE_APP_ID }}
filename: "firebase_app_id_file.json"
is-executable: false
working-directory: "ios/firebase_app_id_file.json"
# run: printf "${{ secrets.FIREBASE_APP_ID }}" > ios/firebase_app_id_file.json
- name: Write GoogleService-Info.plist file for iOS
run: printf "${{ secrets.GOOGLE_INFO_PLIST_IOS }}" > ios/Runner/GoogleService-Info.plist
- name : Write firebase options file
Expand Down

0 comments on commit b6dae2b

Please sign in to comment.