File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3939 - name : Decode Keystore
4040 run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > keystore.jks
4141
42+ - name : Decode google-services.json
43+ run : echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 --decode > app/google-services.json
44+
4245 - name : Configure Gradle
4346 uses : gradle/actions/setup-gradle@v3
4447
Original file line number Diff line number Diff line change 5757 - name : Decode Keystore
5858 run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > keystore.jks
5959
60+ - name : Decode google-services.json
61+ run : echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 --decode > app/google-services.json
62+
6063 - name : Decode Firebase Service Account
6164 run : echo "${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASE64 }}" | base64 --decode > app/firebase-service-account.json
6265
You can’t perform that action at this time.
0 commit comments