From e02d38e4acd357bace544c97fd0543d66c4d3412 Mon Sep 17 00:00:00 2001 From: Jeong-In-Hee Date: Mon, 13 Nov 2023 01:36:33 +0900 Subject: [PATCH] fix: handle production-ci test fail --- .github/workflows/prod-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-ci.yml b/.github/workflows/prod-ci.yml index 02195028..92b7369b 100644 --- a/.github/workflows/prod-ci.yml +++ b/.github/workflows/prod-ci.yml @@ -63,8 +63,8 @@ jobs: - name: Create Json uses: jsdaniell/create-json@v1.2.2 with: - name: "./src/main/resources/firebase/gifthub-production-3d052-firebase-adminsdk-zkstv-377ec5747b.json" - json: ${{ secrets.FIREBASE_PRODUCTION_JSON }} + name: "./src/main/resources/firebase/gifthub-b2dcb-firebase-adminsdk-yj7uq-912097b9ae.json" + json: ${{ secrets.FIREBASE_DEVELOPMENT_JSON }} # 5. 테스트를 위한 MySQL 설정 - name: Setup MySQL