diff --git a/.github/workflows/android-debug.yml b/.github/workflows/android-debug.yml index 1a4e0496a..1ae128629 100644 --- a/.github/workflows/android-debug.yml +++ b/.github/workflows/android-debug.yml @@ -34,7 +34,11 @@ jobs: uses: finnp/create-file-action@1.0.0 env: FILE_NAME: "app/google-services.json" - FILE_BASE64: ${{ secrets.GOOGLE_SERVICES }} + FILE_DATA: ${{ secrets.GOOGLE_SERVICES_TEXT }} + - name: Validate JSON + uses: OrRosenblatt/validate-json-action@0.1.0 + with: + json: app/google-services.json - name: Build Release APK run: bash ./gradlew assembleStandard --stacktrace - name: Sign Android release