diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4971a2a9..ee3bf5fb 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -67,6 +67,11 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- + - name: Create google-services.json + env: + GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }} + run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json + - name: Create local.properties env: BASE_URL: ${{ secrets.BASE_URL }}