diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 290a8a36..dace6eba 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -36,7 +36,9 @@ jobs: # application.properties를 프로젝트에 포함 - name: add Application.yml run: - touch ./src/main/resources/application.yml + cd ./src/main/resources + touch ./application.yml + echo "${{ secrets.APPLICATION_YML }}" > ./application.yml shell: bash