Skip to content

Commit

Permalink
Merge pull request #153 from PSR-Co/feat/#139-firebase-key
Browse files Browse the repository at this point in the history
[feat] 알림 관련 파이어베이스 키 서버 설정
  • Loading branch information
chaerlo127 authored Aug 27, 2023
2 parents ca3fe55 + 3378930 commit fa97f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
java-version: 17


- run: touch ./src/main/resources/firebase-service-key.json
- run: echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase-service-key.json
- run: cat ./src/main/resources/firebase-service-key.json

- run: touch ./src/main/resources/application-secret.yaml
- run: echo "${{ secrets.DB_SECRET }}" > ./src/main/resources/application-secret.yaml
- run: cat ./src/main/resources/application-secret.yaml
Expand Down

0 comments on commit fa97f6c

Please sign in to comment.