Skip to content

Commit

Permalink
Fix : cicd-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunw9 authored Jul 17, 2024
1 parent 2c7f84f commit 7768ae3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
cat ./application.yml
working-directory: ${{ env.working-directory }}

- name: reply.yml 생성
run: |
mkdir -p ./src/main/resources && cd $_
touch ./reply.yml
echo "${{ secrets.APP_REPLY }}" > ./reply.yml
cat ./reply.yml
working-directory: ${{ env.working-directory }}

- name: create-firebase-adminsdk.json
id: create-json
uses: jsdaniell/[email protected]
Expand Down

0 comments on commit 7768ae3

Please sign in to comment.