From 7768ae358b05749352f8f11b85ba59bdd7281d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=ED=98=84=EC=9A=B1?= <43662405+hyunw9@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:44:03 +0900 Subject: [PATCH] Fix : cicd-pipeline.yml --- .github/workflows/cicd-pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/cicd-pipeline.yml b/.github/workflows/cicd-pipeline.yml index 1b92ddb..1dc6b37 100644 --- a/.github/workflows/cicd-pipeline.yml +++ b/.github/workflows/cicd-pipeline.yml @@ -27,6 +27,14 @@ jobs: cat ./application.yml working-directory: ${{ env.working-directory }} + - name: reply.yml 생성 + run: | + mkdir -p ./src/main/resources && cd $_ + touch ./reply.yml + echo "${{ secrets.APP_REPLY }}" > ./reply.yml + cat ./reply.yml + working-directory: ${{ env.working-directory }} + - name: create-firebase-adminsdk.json id: create-json uses: jsdaniell/create-json@v1.2.2