From 896a692874bce82191a26f218cd0a09102fd9f85 Mon Sep 17 00:00:00 2001 From: Choi SeongHoon <108349655+SeongHoonC@users.noreply.github.com> Date: Sat, 15 Jun 2024 14:42:58 +0900 Subject: [PATCH] =?UTF-8?q?[Android]=20feat:=20CI=20=EC=97=90=20baseurl=20?= =?UTF-8?q?property=20secret=20name=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci_an.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_an.yml b/.github/workflows/ci_an.yml index 940a324..eba010e 100644 --- a/.github/workflows/ci_an.yml +++ b/.github/workflows/ci_an.yml @@ -35,7 +35,7 @@ jobs: - name: add local.properties run: | - echo base_url=\"$${{ secrets.ANDROID_USER_BASE_URL }}\" >> ./local.properties + echo base_url=\"$${{ secrets.ANDROID_BASE_URL }}\" >> ./local.properties - name: Build with Gradle run: ./gradlew build