Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE]CItest1 #2

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
java-version: '17'

- name: create application-secret.yml
run:
run: |
# create application-secret.yml
cd ./src/main/resources

# application-secret.yml 파일 생성
touch ./application-secret.yml

# GitHub-Actions 에서 설정한 값을 application-secret.yml 파일에 쓰기
# GitHub-Actions 에서 설정한 값을 application-secret.yml 파일에 쓰기..git
echo "${{ secrets.CI_APPLICATION }}" >> ./application-secret.yml

# application.yml 파일 확인
Expand Down
Loading