Skip to content

Commit

Permalink
fix : firebase 시크릿 정보 설정 명령어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
le2sky committed Aug 24, 2023
1 parent 9798270 commit be8dd03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mealkitary-main-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- uses: actions/checkout@v3
- name: Firebase 시크릿 생성
run: |
echo ${{ secrets.ENCODED_FIREBASE_JSON }} | base64 -d
> ./mealkitary-infrastructure/adapter-firebase-notification/src/main/resources/firebase.json
echo ${{ secrets.ENCODED_FIREBASE_JSON }} | base64 -d > ./mealkitary-infrastructure/adapter-firebase-notification/src/main/resources/firebase.json
- name: JDK 11 구성
uses: actions/setup-java@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mealkitary-main-develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Firebase 시크릿 생성
run: |
echo ${{ secrets.ENCODED_FIREBASE_JSON }} | base64 -d
> ./mealkitary-infrastructure/adapter-firebase-notification/src/main/resources/firebase.json
echo ${{ secrets.ENCODED_FIREBASE_JSON }} | base64 -d > ./mealkitary-infrastructure/adapter-firebase-notification/src/main/resources/firebase.json
- name: JDK 11 구성
uses: actions/setup-java@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mealkitary-test-coverage-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Firebase 시크릿 생성
run: |
echo ${{ secrets.ENCODED_FIREBASE_JSON }} | base64 -d
> ./mealkitary-infrastructure/adapter-firebase-notification/src/main/resources/firebase.json
echo ${{ secrets.ENCODED_FIREBASE_JSON }} | base64 -d > ./mealkitary-infrastructure/adapter-firebase-notification/src/main/resources/firebase.json
- name: JDK 11 구성
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit be8dd03

Please sign in to comment.