We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd8cac commit f22c0b2Copy full SHA for f22c0b2
.github/workflows/gradle.yml
@@ -28,6 +28,13 @@ jobs:
28
java-version: '17'
29
distribution: 'temurin'
30
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
+
38
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
39
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
40
- name: Setup Gradle
0 commit comments