Skip to content

Commit

Permalink
[#58] fcm_key 추가로 인한 github-actions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Jun 7, 2024
1 parent 3fdd9fb commit a996c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
java-version: 17

- run : echo "${{ secrets.DEV_YML }}" > ./src/main/resources/application-dev.yml
- run : echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase/firebase_key.json

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down

0 comments on commit a996c26

Please sign in to comment.