Skip to content

Commit

Permalink
chore: FCM json CI 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hgh1472 committed Nov 27, 2024
1 parent 1369edf commit cde992f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cde992f

Please sign in to comment.