Skip to content

Commit f22c0b2

Browse files
authored
Update gradle.yml
1 parent 7cd8cac commit f22c0b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
java-version: '17'
2929
distribution: 'temurin'
3030

31+
- name: make application.yml
32+
run: |
33+
mkdir -p ./src/main/resources
34+
cd ./src/main/resources
35+
touch ./application.yml
36+
echo "${{ secrets.APPLICATION_PROD }}" > ./application.yml
37+
3138
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3239
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3340
- name: Setup Gradle

0 commit comments

Comments
 (0)