Skip to content

Commit 722fbf1

Browse files
authored
Update main.yml
1 parent 8b90739 commit 722fbf1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ jobs:
2020
with:
2121
java-version: 17
2222

23+
# application.yml 만들기
24+
- name: generate application.yml file
25+
run: |
26+
cd ./src/main/resources
27+
touch ./application.yml
28+
echo "${{ secrets.PROPERTIES }}" > ./application.yml
29+
shell: bash
30+
31+
2332
# Gradle Build
2433
- name: Grant execute permission for gradlew
2534
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)