GH-279 - Update workflows with Gradle Enterprise credentials

Only workflows that do not build PRs have been configured with credentials.
This commit is contained in:
Eric Haag
2023-08-23 10:40:39 -05:00
committed by Oliver Drotbohm
parent 78434cec48
commit ebb43ac46d
5 changed files with 30 additions and 0 deletions

View File

@@ -26,4 +26,8 @@ jobs:
cache: 'maven'
- name: Build with Maven
env:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: ./mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}