We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9630987 + 323b2e5 commit 6c9e38cCopy full SHA for 6c9e38c
.github/workflows/cd.yml
@@ -43,11 +43,11 @@ jobs:
43
echo "${{ secrets.PROPERTIES_PROD }}" > ./application-prod.properties
44
shell: bash
45
46
- - name: Add FCM service account JSON key
+ - name: Decode and save Firebase service account JSON
47
run: |
48
cd ./src/main/resources
49
touch ./bbsofficial-firebase-adminsdk.json
50
- echo "${{ secrets.FCM_SERVICE_ACCOUNT_JSON }}" > ./bbsofficial-firebase-adminsdk.json
+ echo "${{ secrets.FCM_SERVICE_ACCOUNT_JSON }}" | base64 --decode > ./bbsofficial-firebase-adminsdk.json
51
52
#test를 제외한 프로젝트 빌드
53
- name: Build With Gradle
0 commit comments