diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index bf72b761..85db0d9f 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -25,6 +25,12 @@ jobs: touch ./application-secret.yml echo "${{ secrets.APPLICATION_SECRET }}" > ./application-secret.yml + - name: firebase_service_key.json 구성 + run: | + cd ./src/main/resources + touch ./firebase_service_key.json + echo "${{ secrets.FCM_KEY }}" > ./firebase_service_key.json + - name: Gradle 권한 허용 run: chmod +x gradlew - name: PR 및 PUSH 전, 테스트 확인