From 3016a7450416f5140de679530f838bc398b17bc1 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Jan 2024 19:37:25 -0700 Subject: [PATCH] Provide correct access key env for current plugin GE plugin 3.16.1 still expects the access key to be provided via the `GRADLE_ENTERPRISE_ACCESS_KEY` env var. --- .github/workflows/integ-test-inject-develocity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 684a2f0c..c7b6e187 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -23,7 +23,7 @@ env: DEVELOCITY_URL: https://ge.solutions-team.gradle.com DEVELOCITY_PLUGIN_VERSION: 3.16.1 DEVELOCITY_CCUD_PLUGIN_VERSION: 1.12.1 - DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} + GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} # This env var has not (yet) been renamed/aliased in GE plugin 3.16.1 jobs: inject-develocity: