From c2bcaed315a15570952c4990cbccb204353bc922 Mon Sep 17 00:00:00 2001 From: JunJangE Date: Mon, 19 Aug 2024 20:25:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20serviceAccountJsonPlainText=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-cd.yml b/.github/workflows/android-cd.yml index 85f75a1b6..042bba094 100644 --- a/.github/workflows/android-cd.yml +++ b/.github/workflows/android-cd.yml @@ -98,6 +98,6 @@ jobs: - name: Upload artifact to Google Play uses: r0adkll/upload-google-play@v1 with: - serviceCredentialsFileContent: ${{ secrets.SERVICE_ACCOUNT_JSON }} + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.happy.friendogly releaseFiles: android/app/build/outputs/apk/release/app-release.aab