From 2fe28250577fcd0e4ccc2d6952492173523efd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EB=AF=BC=EC=98=81?= <66067273+min-0@users.noreply.github.com> Date: Tue, 30 Jul 2024 00:32:11 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Update=20CI.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f218f71..67c64f3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - name: Set yml run: | mkdir -p src/main/resources - echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/application.yml + echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/application-db.yml find src #gradlew 파일에 실행 권한 부여 - name: Grant execute permission to gradlew