diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 535b27a4..06a4d1f7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,14 +20,14 @@ jobs: java-version: '17' - name: create application-secret.yml - run: + run: | # create application-secret.yml cd ./src/main/resources # application-secret.yml 파일 생성 touch ./application-secret.yml - # GitHub-Actions 에서 설정한 값을 application-secret.yml 파일에 쓰기 + # GitHub-Actions 에서 설정한 값을 application-secret.yml 파일에 쓰기..git echo "${{ secrets.CI_APPLICATION }}" >> ./application-secret.yml # application.yml 파일 확인