Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihye committed Jan 9, 2024
1 parent 521ef7b commit 3dc4fe2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
echo "${{ secrets.APPLICATION }}" > ./application.yaml
working-directory: ${{ env.working-directory }}

- name: toaster-firebase-admin-sdk.json 생성
run: |
cd src/main/resources
echo "${{ secrets.TOASTER_FIREBASE_ADMIN_SDK }}" > ./toaster-firebase-admin-sdk.json
working-directory: ${{ env.working-directory }}
- name: 빌드
run: |
chmod +x gradlew
Expand Down

0 comments on commit 3dc4fe2

Please sign in to comment.