Skip to content

Commit

Permalink
Fix/#50 (#57)
Browse files Browse the repository at this point in the history
* Fix : 충돌 해결

* Fix : 대소문자 구분 해제

* Feat : Firebase SDK 추가하도록 변경

* Fix : 경로명 수정

* Fix : 경로명 수정

* Fix : 명령어 수정

* Fix : 파이프라인 수정

* Fix : 오타 수정
  • Loading branch information
hyunw9 authored Jul 15, 2024
1 parent c682d80 commit 2db3881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: firebase-admin-sdk.json 생성
run: |
mkdir -p secret
echo "${{ secrets.FIREBASE_SDK }}" > secret/firebase-admin-sdk.json
cat secret/firebase-admin-sdk.json
echo "${{ secrets.FIREBASE_SDK }}" > secret/firebase-adminsdk.json
cat secret/firebase-adminsdk.json
working-directory: ${{ env.working-directory }}

# Gradle 캐싱
Expand Down

0 comments on commit 2db3881

Please sign in to comment.