From 7dbfc3b85e75b620131a8ee7f461494ed95b4aa3 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 21 Feb 2026 19:42:01 +0300 Subject: [PATCH] ci: use CREDENTIAL_FILE_CONTENT for Play Store upload --- .github/workflows/distribute_app_to_play_store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute_app_to_play_store.yml b/.github/workflows/distribute_app_to_play_store.yml index 03f28f6..1958ec0 100644 --- a/.github/workflows/distribute_app_to_play_store.yml +++ b/.github/workflows/distribute_app_to_play_store.yml @@ -44,7 +44,7 @@ jobs: - name: Market publication uses: r0adkll/upload-google-play@v1 with: - serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} # The contents of your service-account.json + serviceAccountJsonPlainText: ${{ secrets.CREDENTIAL_FILE_CONTENT }} packageName: io.pezkuwichain.wallet releaseFiles: app/releaseMarket/pezkuwi-wallet-android-${{ github.event.inputs.app_version }}.apk track: production # One of production, beta, alpha, internalsharing, internal, or a custom track name (case sensitive)