Skip to content

Commit c7ce85f

Browse files
committed
chore : fcm 관련 설정 추가
1 parent aebc863 commit c7ce85f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-pipeline.yml

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
touch ./application-secret.yml
2626
echo "${{ secrets.APPLICATION_SECRET }}" > ./application-secret.yml
2727
28+
- name: firebase_service_key.json 구성
29+
run: |
30+
cd ./src/main/resources
31+
touch ./firebase_service_key.json
32+
echo "${{ secrets.FCM_KEY }}" > ./firebase_service_key.json
33+
2834
- name: Gradle 권한 허용
2935
run: chmod +x gradlew
3036
- name: PR 및 PUSH 전, 테스트 확인

0 commit comments

Comments
 (0)