Skip to content

Commit

Permalink
Merge pull request #54 from Re-4aliens/chore/#53_add-fcm-key
Browse files Browse the repository at this point in the history
Chore/#53 firebase_service_key.json 구성
  • Loading branch information
suhyun0918 authored Feb 12, 2024
2 parents 462b515 + 8cd39dc commit 37fe9e1
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 37fe9e1

Please sign in to comment.