Skip to content

Commit

Permalink
chore : fcm 관련 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mjj111 committed Feb 12, 2024
1 parent aebc863 commit c7ce85f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 전, 테스트 확인
Expand Down

0 comments on commit c7ce85f

Please sign in to comment.