Skip to content

Commit

Permalink
[fix] application_secret_dev 가져오기
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Dec 18, 2023
1 parent 0da9bb0 commit e257387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
# 기본 체크아웃
- name: Checkout
uses: actions/checkout@v3

- name: Make application-secret.yml without env
run: |
touch ./src/main/resources/application-secret.yml
echo "${{ secrets.APPLICATION_SECRET_DEV }}" > ./src/main/resources/application-secret.yml
Expand Down

0 comments on commit e257387

Please sign in to comment.