Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github workflow to include client_secrets.json in Preview build
- 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: overwriteclient_secrets.json
- Loading branch information