Update workflows with Gradle Enterprise credentials
Only workflows that do not build PRs have been configured with credentials.
This commit is contained in:
committed by
Janne Valkealahti
parent
8194d8da45
commit
33d68e7878
4
.github/workflows/ci-boot.yml
vendored
4
.github/workflows/ci-boot.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user