Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh committed Jun 24, 2023
1 parent 625ceb3 commit 2c2f896
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 @@ -45,7 +45,7 @@ jobs:
touch ./application.yml
# GitHub-Actions 에서 설정한 값을 application.yml 파일에 쓰기
echo "${{ secrets.TRAVALUE_APPLICATION }}" >> ./application.yml
echo "${{ secrets.ASAP_APPLICATION }}" >> ./application.yml
# application.yml 파일 확인
cat ./application.yml
Expand Down

0 comments on commit 2c2f896

Please sign in to comment.