From 6e6b606c5368f5af55aadc4fd92a8bfd93140a2f Mon Sep 17 00:00:00 2001 From: evergreen Date: Mon, 12 Aug 2024 01:43:23 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20workflow=20build=20=EB=B6=80=EB=B6=84?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/firebase_cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/firebase_cd.yml b/.github/workflows/firebase_cd.yml index 1f47dfb8..eb9aa85b 100644 --- a/.github/workflows/firebase_cd.yml +++ b/.github/workflows/firebase_cd.yml @@ -24,8 +24,7 @@ jobs: env: PPAC_GOOGLE_SERVICES: ${{secrets.PPAC_GOOGLE_SERVICES}} run: | - echo "PPAC_GOOGLE_SERVICES" > app/google-services.json.b64 - base64 -d -i app/google-services.json.b64 > app/google-services.json + echo "PPAC_GOOGLE_SERVICES" > app/google-services.json - name: Create KeyStore Properties run: |