From 5d88c829cac32b2b31950d700b0e64a3987795e4 Mon Sep 17 00:00:00 2001 From: dangnak2 <80161984+dangnak2@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:59:40 +0900 Subject: [PATCH] [PDS-56] feat: firebase service key upload --- .github/workflows/github-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 2d876156..02cae654 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -67,7 +67,7 @@ jobs: if: contains(github.ref, 'develop') run: mkdir ./src/main/resources/firebase id: create-json - uses: jsdaniell/create-json@v1.2.2 + uses: jsdaniell/create-json@v1.1.2 with: name: "firebase_service_key.json" json: ${{ secrets.FIREBASE_SERVICE_KEY }}