Write client_secrets.json on build

This commit is contained in:
Jobobby04 2024-03-16 13:37:41 -04:00 committed by Cuong M. Tran
parent a6a712901c
commit 53a8beaa1c
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -75,6 +75,13 @@ jobs:
path: app/google-services.json
contents: ${{ secrets.GOOGLE_SERVICES_TEXT }}
write-mode: overwrite
- name: Write client_secrets.json
uses: DamianReeves/write-file-action@v1.2
with:
path: app/src/main/assets/client_secrets.json
contents: ${{ secrets.CLIENT_SECRETS_TEXT }}
write-mode: overwrite
# SY -->
- name: Build app and run unit tests