From 4cd25022c675e73817194f8d5bba9bbe6c104727 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:28:19 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 829107c..f218f71 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,8 +31,9 @@ jobs: distribution: 'corretto' #yml 파일 - name: Set yml - run: mkdir -p src/main/resources - echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/application-db.yml + run: | + mkdir -p src/main/resources + echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/application.yml find src #gradlew 파일에 실행 권한 부여 - name: Grant execute permission to gradlew