This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch test_gradle_enterprise
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit e425b9cf0a1bd5d9af83ce5a4c3f64d3fea48b61
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Jun 3 22:08:12 2023 +0300

    chore: publish Gradle Build Scans from GitHub Actions CI
---
 .github/workflows/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cfa58362b1..fcf18e616e 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,4 @@ jobs:
         job-id: errprone
         multi-cache-enabled: false
         arguments: --scan --no-parallel --no-daemon -PenableErrorprone classes
+        GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}

Reply via email to