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:
committed by
Oliver Drotbohm
parent
78434cec48
commit
ebb43ac46d
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user