From 4cbd3b12c0b5a962a3b334a98ca21c1607e31eaf Mon Sep 17 00:00:00 2001 From: Namyunsuk <84739562+Namyunsuk@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:39:30 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20CI=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=B6=94=EA=B0=80=20(#173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: ci 스크립트 추가 * chore: ci 스크립트 수정 --- .github/workflows/android.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4971a2a9..ee3bf5fb 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -67,6 +67,11 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- + - name: Create google-services.json + env: + GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }} + run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json + - name: Create local.properties env: BASE_URL: ${{ secrets.BASE_URL }}