Skip to content

Commit 5fcd644

Browse files
authored
Merge pull request #50 from GAT2025/fix/#49
[Fix/#49] FCM 인증 파일 로드 버그 해결
2 parents 535ef4a + 6d2bf66 commit 5fcd644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gat-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# FCM을 위한 자격 증명 파일 fcm-service-key.json 생성
5151
- name: Create fcm-service-key.json before Docker build
5252
run: |
53-
echo "${{ secrets.FCM_SERVICE_KEY }}" > src/main/resources/fcm-service-key.json
53+
echo "${{ secrets.FCM_SERVICE_KEY }}" | base64 --decode > src/main/resources/fcm-service-key.json
5454
5555
# Docker 이미지 태그 준비 (SHA 해시와 latest 태그 포함)
5656
- name: Prepare image tags

0 commit comments

Comments
 (0)