Skip to content

Commit

Permalink
Add Firebase config for pre deploy (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
shpingalet007 authored Dec 15, 2023
1 parent 700461f commit 42a348a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.pulls.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ jobs:
cd ./cordova
echo "${{ secrets.ANDROID_SECRET_KEY }}" | base64 -d > cert.keystore
echo "${{ secrets.ANDROID_BUILD_GFREE_CONF }}" | base64 -d > buildgfree.json
echo "${{ secrets.ANDROID_FIREBASE_CONF }}" | base64 -d > google-services.json
- name: Fixing Android Build Tool Issue
run: |
cd $ANDROID_HOME/build-tools/33.0.0
Expand Down

0 comments on commit 42a348a

Please sign in to comment.