File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 3535 echo "signed.key.password=${{ secrets.SIGNED_KEY_PASSWORD }}" >> local.properties
3636 echo "debug.base.url=${{ secrets.DEBUG_BASE_URL }}" >> local.properties
3737 echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
38+ echo "google.webClientId=${{ secrets.GOOGLE_WEB_CLIENT_ID }}" >> local.properties
3839
3940 - name : Decode Keystore
4041 run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/keystore.jks
Original file line number Diff line number Diff line change 5353 echo "signed.key.password=${{ secrets.SIGNED_KEY_PASSWORD }}" >> local.properties
5454 echo "debug.base.url=${{ secrets.DEBUG_BASE_URL }}" >> local.properties
5555 echo "release.base.url=${{ secrets.RELEASE_BASE_URL }}" >> local.properties
56+ echo "google.webClientId=${{ secrets.GOOGLE_WEB_CLIENT_ID }}" >> local.properties
5657
5758 - name : Decode Keystore
5859 run : echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/keystore.jks
You can’t perform that action at this time.
0 commit comments