Skip to content

Commit a9c4902

Browse files
committed
Add Gradle Enterprise credentials to workflows.
1 parent d0943df commit a9c4902

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
cache: 'maven'
2929
- name: Build with Maven
3030
run: ./mvnw clean install -B -U -P sonar
31+
env:
32+
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
33+
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
34+
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
3135
- uses: codecov/codecov-action@v4
3236
with:
3337
fail_ci_if_error: false

0 commit comments

Comments
 (0)