This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_4_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit f9c8e297bd4eed5e3a21c1195b79dec7135fdfb5 Author: Paul King <[email protected]> AuthorDate: Fri Apr 19 14:54:56 2024 +1000 swap to develocity plugin cont'd --- .github/workflows/groovy-build-test-19.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/groovy-build-test-19.yml b/.github/workflows/groovy-build-test-19.yml index 63cf4a60fd..97491a9a76 100644 --- a/.github/workflows/groovy-build-test-19.yml +++ b/.github/workflows/groovy-build-test-19.yml @@ -28,7 +28,7 @@ jobs: os: [ubuntu-20.04] runs-on: ${{ matrix.os }} env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} steps: - uses: actions/checkout@v3 - name: Set up JDKs
