From 4013fb6cb2a075e2154ec93c790bc889f48d6838 Mon Sep 17 00:00:00 2001 From: dangnak2 <80161984+dangnak2@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:00:49 +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 02cae654..ad574cec 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.1.2 + uses: jsdaniell/create-json@1.1.2 with: name: "firebase_service_key.json" json: ${{ secrets.FIREBASE_SERVICE_KEY }}