From 3beb5e28dd7f12b6c46287871697b0f1f2b0d7df Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Wed, 3 Jan 2024 20:12:15 +0200 Subject: [PATCH] Fix key name --- .github/workflows/deploy-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index 33facef93..ee04901f6 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -102,7 +102,7 @@ jobs: - name: Publish to Play Store internal test track uses: r0adkll/upload-google-play@v1.1.2 with: - serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }} + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.guardianghost releaseFiles: native_gg/android/app/build/outputs/bundle/release/app-release.aab track: internal