From 8cd39dce299fa8fd8199e2933fc9bc10e68db43a Mon Sep 17 00:00:00 2001 From: Oniqued Date: Mon, 12 Feb 2024 20:47:09 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20firebase=5Fservice=5Fkey.json=20?= =?UTF-8?q?=EA=B5=AC=EC=84=B1=20#53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 전, 테스트 확인