Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yooooonshine authored Jul 31, 2024
1 parent bf2f322 commit 768d314
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ jobs:
java-version: '17'
distribution: 'temurin'

- uses: actions/checkout@v4
- run: touch ./src/main/resources/application-api.properties
- run: echo "${{ secrets.API_PROPERTIES }}" > ./src/main/resources/application-api.properties
- run: cat ./src/main/resources/application-api.properties

- uses: actions/checkout@v4
- run: touch ./src/main/resources/application-security.properties
- run: echo "${{ secrets.SECURITY_PROPERTIES }}" > ./src/main/resources/application-security.properties
- run: cat ./src/main/resources/application-security.properties

# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
Expand Down

0 comments on commit 768d314

Please sign in to comment.