Skip to content

Commit

Permalink
[CHORE]CItest1
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Jun 24, 2024
1 parent dba91e1 commit c6a9a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# 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

0 comments on commit c6a9a7e

Please sign in to comment.