From 33789303a97084df7893f3731ea2d94a1fffd100 Mon Sep 17 00:00:00 2001 From: chaerlo127 Date: Sun, 27 Aug 2023 16:31:50 +0900 Subject: [PATCH] =?UTF-8?q?#139=20fix:=20deploy.yml=20=EC=98=A4=ED=83=80?= =?UTF-8?q?=20=EC=88=98=EC=A0=95...2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89a09ea..b5d0893 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - run: touch ./src/main/resources/firebase-service-key.json - - run: echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase-service-key.json.yaml + - run: echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase-service-key.json - run: cat ./src/main/resources/firebase-service-key.json - run: touch ./src/main/resources/application-secret.yaml