Skip to content

Commit 6c9e38c

Browse files
authored
Merge pull request #54 from Nexters/dev
#48 [fix] 인코딩/디코딩 키값
2 parents 9630987 + 323b2e5 commit 6c9e38c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
echo "${{ secrets.PROPERTIES_PROD }}" > ./application-prod.properties
4444
shell: bash
4545

46-
- name: Add FCM service account JSON key
46+
- name: Decode and save Firebase service account JSON
4747
run: |
4848
cd ./src/main/resources
4949
touch ./bbsofficial-firebase-adminsdk.json
50-
echo "${{ secrets.FCM_SERVICE_ACCOUNT_JSON }}" > ./bbsofficial-firebase-adminsdk.json
50+
echo "${{ secrets.FCM_SERVICE_ACCOUNT_JSON }}" | base64 --decode > ./bbsofficial-firebase-adminsdk.json
5151
5252
#test를 제외한 프로젝트 빌드
5353
- name: Build With Gradle

0 commit comments

Comments
 (0)