Skip to content

Commit

Permalink
Merge pull request #55 from Re-4aliens/chore/#53_add-fcm-key
Browse files Browse the repository at this point in the history
Chore/#53 pipeline 파일 로그 출력
  • Loading branch information
suhyun0918 authored Feb 12, 2024
2 parents 37fe9e1 + fb45dfc commit c838e4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ jobs:
run: |
cd ./src/main/resources
touch ./application-secret.yml
echo "${{ secrets.APPLICATION_SECRET }}" > ./application-secret.yml
echo "${{ secrets.APPLICATION_SECRET }}" > ./application-secret.yml
ls -a .
- name: firebase_service_key.json 구성
run: |
cd ./src/main/resources
touch ./firebase_service_key.json
echo "${{ secrets.FCM_KEY }}" > ./firebase_service_key.json
ls -a .
- name: Gradle 권한 허용
run: chmod +x gradlew
Expand Down

0 comments on commit c838e4a

Please sign in to comment.