From 53a3ebb997b584c9b24e9fb7eff299dd291cb0d2 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Thu, 14 Aug 2025 22:24:00 +0200 Subject: [PATCH] fix: account_json secret --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 656dcd7..5513b6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -678,7 +678,7 @@ jobs: - name: Upload AAB to Google Play Console uses: r0adkll/upload-google-play@v1.1.3 with: - serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }} + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: "nl.jknaapen.fladder" releaseFiles: "fladder-android/${{ needs.build-android.outputs.artifact_suffix }}.aab" track: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'qa' || 'production' }}