Skip to content

Commit

Permalink
[MERGE/#24] 구글 설정파일 �출력 삭제
Browse files Browse the repository at this point in the history
[HOTFIX] #24 - 구글 설정파일 �출력 삭제
  • Loading branch information
seokbeom00 authored Jul 9, 2024
2 parents 2536215 + a273c92 commit 66015c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run: |
mkdir -p ./src/main/resources && cd $_
touch ./credentials.json
echo "${{ secrets.GOOGLE_CREDENTIALS }}" > | base64 -d > ./credentials.json
cat ./credentials.json
echo "${{ secrets.GOOGLE_CREDENTIALS }}" > ./credentials.json
working-directory: ${{ env.working-directory }}

- name: 빌드
Expand Down

0 comments on commit 66015c3

Please sign in to comment.