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-07-27 16:28:24 -05:00
committed by Janne Valkealahti
parent 8194d8da45
commit 33d68e7878
4 changed files with 32 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build boot ${{ matrix.boot }} java ${{ matrix.java }}
run: ./gradlew clean build -PspringBootVersion=${{ matrix.boot }}
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 }}
- name: Tar Build Logs
if: ${{ failure() }}
run: |