From 7528d6352078b45f3f47ef7596022d98a07cdabc Mon Sep 17 00:00:00 2001 From: Iurii Ignatko Date: Wed, 10 Jan 2024 16:56:47 +0200 Subject: [PATCH] Temporarily rollback the secret name --- .github/workflows/integ-test-inject-develocity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 684a2f0..89a601c 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -12,7 +12,7 @@ on: type: boolean default: false secrets: - DEVELOCITY_ACCESS_KEY: + GRADLE_ENTERPRISE_ACCESS_KEY: required: true env: @@ -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 }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} jobs: inject-develocity: