Skip to content

Commit

Permalink
Merge pull request #277 from PLADI-ALM/feat/PDS-56-detail-equipment
Browse files Browse the repository at this point in the history
[PDS-56/feat] git action firebase dir 생성
  • Loading branch information
dangnak2 authored Dec 3, 2023
2 parents f0e6343 + e765184 commit dabc87a
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 dabc87a

Please sign in to comment.