Skip to content

Commit

Permalink
[FIX] Dev-CD fire-base.json 파일 생성 방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 authored May 27, 2024
1 parent 1eed7cb commit 672a1f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/Dev-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
working-directory: ${{ env.working-directory }}

- name: fire-base.json 생성
run: |
echo "${{ secrets.FIRE_BASE_DEV }}" > src/main/resources/fire-base.json
working-directory: ${{ env.working-directory }}
id: create-json
uses: jsdaniell/[email protected]
with:
name: "fire-base.json"
json: ${{ secrets.FIRE_BASE_DEV }}
dir: 'src/main/resources/'

- name: fire-base.json 파일 확인
run: |
Expand Down

0 comments on commit 672a1f1

Please sign in to comment.