Skip to content

Commit

Permalink
chore: fcm account key 설정 스텝 추가(#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-An committed May 6, 2024
1 parent 16d4d7f commit 665413f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/TestCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Set fcm account key
run: |
touch be/src/main/resources/fcm/fcm-account-key.json
echo "${{ secrets.FCM_ACCOUNT_KEY }}" > be/src/main/resources/fcm/fcm-account-key.json
- name: Set application properties
run: |
touch be/src/main/resources/application.properties
Expand Down

0 comments on commit 665413f

Please sign in to comment.