Skip to content

Commit

Permalink
[FIX] JSON 파일 생성 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 authored May 16, 2024
1 parent 47d62c4 commit 07287f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Create JSON file
run: |
pwd
touch service-account-file.json
cat <<EOF > service-account-file.json
{
"type": "service_account",
Expand Down

0 comments on commit 07287f6

Please sign in to comment.