Skip to content

Commit

Permalink
fix: handle production-ci test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
inh2613 committed Nov 12, 2023
1 parent bdb30ed commit e02d38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Create Json
uses: jsdaniell/[email protected]
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
Expand Down

0 comments on commit e02d38e

Please sign in to comment.