Skip to content

Commit

Permalink
deploy_firebase.yml GOOGLE_PLAY_DISTRIBUTION_JSON env variable added
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi1150 committed Feb 4, 2024
1 parent 8fd792d commit ca63c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
base64 -d -i app/keystore.jks.base64 > app/keystore.jks
echo "$FIREBASE_APP_DISTRIBUTION_JSON" > app/firebase-app-distribution.json.base64
base64 -d -i app/firebase-app-distribution.json.base64 > app/firebase-app-distribution.json
echo "$GOOGLE_PLAY_DISTRIBUTION_JSON" > app/google-play-distribution.json.base64
base64 -d -i app/google-play-distribution.json.base64 > app/google-play-distribution.json
echo "$GOOGLE_SERVICES_JSON" > app/google-services.json.base64
base64 -d -i app/google-services.json.base64 > app/google-services.json
env:
KEYSTORE_PROD: ${{ secrets.KEYSTORE_PROD }}
FIREBASE_APP_DISTRIBUTION_JSON: ${{ secrets.FIREBASE_APP_DISTRIBUTION_JSON }}
GOOGLE_PLAY_DISTRIBUTION_JSON: ${{ secrets.GOOGLE_PLAY_DISTRIBUTION_JSON }}
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}

#Fastlane: Build .aab and deploy it
Expand Down

0 comments on commit ca63c44

Please sign in to comment.