From a273c929b36bd725a6066b08601429409714633c Mon Sep 17 00:00:00 2001 From: HongGit Date: Tue, 9 Jul 2024 15:53:48 +0900 Subject: [PATCH] =?UTF-8?q?[HOTFIX/#24]=20=EA=B5=AC=EA=B8=80=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=ED=8C=8C=EC=9D=BC=20=08=EC=B6=9C=EB=A0=A5=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/DOCKER-CD.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/DOCKER-CD.yml b/.github/workflows/DOCKER-CD.yml index 52eae2e..e80cdf1 100644 --- a/.github/workflows/DOCKER-CD.yml +++ b/.github/workflows/DOCKER-CD.yml @@ -32,8 +32,7 @@ jobs: run: | mkdir -p ./src/main/resources && cd $_ touch ./credentials.json - echo "${{ secrets.GOOGLE_CREDENTIALS }}" > | base64 -d > ./credentials.json - cat ./credentials.json + echo "${{ secrets.GOOGLE_CREDENTIALS }}" > ./credentials.json working-directory: ${{ env.working-directory }} - name: 빌드