From cde992faf1d7a61f1347a9e54348fdc50dacc273 Mon Sep 17 00:00:00 2001 From: hgh1472 Date: Wed, 27 Nov 2024 11:59:37 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20FCM=20json=20CI=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51458921..1c09f6e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,11 +54,9 @@ jobs: shell: bash - name: JSON 생성 - uses: jsdaniell/create-json@v1.2.2 - with: - name: "bottler-fcm.json" - json: ${{ secrets.BOTTLER_FCM }} - dir: 'src/resources' + run: | + touch src/resources/secrets.json # 파일 생성 + echo "${{ secrets.SECRET_JSON }}" >> src/resources/secrets.json # 복사 - name: Gradle로 테스트 및 커버리지 리포트 생성 run: ./gradlew clean build jacocoTestReport