From e76518405d4bac82d2088c77834e2f63d3ff0e94 Mon Sep 17 00:00:00 2001 From: dangnak2 <80161984+dangnak2@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:08:30 +0900 Subject: [PATCH] =?UTF-8?q?[PDS-56]=20feat:=20git=20action=20firebase=20di?= =?UTF-8?q?r=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 52ad4659..0cd59c6e 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -57,6 +57,7 @@ jobs: - name: make firebase_service_key.json if: contains(github.ref, 'develop') run: | + mkdir ./src/main/resources/firebase cd ./src/main/resources/firebase touch ./firebase_service_key.json echo "${{ secrets.FIREBASE_SERVICE_KEY}}" > ./firebase_service_key.json