Skip to content

Commit

Permalink
Update cicd-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunw9 authored Jul 15, 2024
1 parent 35be171 commit 404ac45
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ jobs:
cat ./application.yml
working-directory: ${{ env.working-directory }}

- name: firebase-adminsdk.json 생성
run: |
printf "%s" "${{ secrets.FIREBASE_SDK }}" > ./src/main/resources/firebase-adminsdk.json
cat ./src/main/resources/firebase-adminsdk.json
working-directory: ${{ env.working-directory }}
- name: create-firebase-adminsdk.json
id: create-json
uses: jsdaniell/[email protected]
with:
name: "firebase-adminsdk.json"
json: ${{ secrets.FIREBASE_SDK }}
dir: 'src/main/resources/'

# Gradle 캐싱
- name: Gradle 캐싱
Expand Down

0 comments on commit 404ac45

Please sign in to comment.