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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b6cddfa1c chore: publish Gradle Build Scans from GitHub Actions CI
9b6cddfa1c is described below

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

    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 cfa58362b1..b25c8a08a2 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 }}

Reply via email to