From 9b6cddfa1cb71e08805e9109f7d6b1756cf03ab9 Mon Sep 17 00:00:00 2001 From: Vladimir Sitnikov Date: Sat, 3 Jun 2023 22:08:12 +0300 Subject: [PATCH] chore: publish Gradle Build Scans from GitHub Actions CI See https://ge.apache.org/ --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cfa58362b12..b25c8a08a27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,6 +70,7 @@ jobs: testDisableCaching=${{ matrix.testDisableCaching }} env: _JAVA_OPTIONS: ${{ matrix.extraJvmArgs }} + GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} errorprone: name: 'Error Prone (JDK 11)' @@ -87,3 +88,5 @@ jobs: job-id: errprone multi-cache-enabled: false arguments: --scan --no-parallel --no-daemon -PenableErrorprone classes + env: + GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}