Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Jun 24, 2023
1 parent b2937c2 commit 47f3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs: ## 어떤 작업을 실행시킬 것인가?
touch ./application.yml
# GitHub-Actions 에서 설정한 값을 application.yml 파일에 쓰기
echo "${{ secrets.TRAVALUE_APPLICATION }}" >> ./application.yml
echo "${{ secrets.SOPT_APPLICATION }}" >> ./application.yml
# application.yml 파일 확인
cat ./application.yml
Expand Down

0 comments on commit 47f3cd9

Please sign in to comment.