Skip to content

Commit

Permalink
[PDS-56] feat: git action firebase dir 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Dec 3, 2023
1 parent 2cecbf6 commit e765184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: make firebase_service_key.json
if: contains(github.ref, 'develop')
run: |
mkdir ./src/main/resources/firebase
cd ./src/main/resources/firebase
touch ./firebase_service_key.json
echo "${{ secrets.FIREBASE_SERVICE_KEY}}" > ./firebase_service_key.json
Expand Down

0 comments on commit e765184

Please sign in to comment.