From de611a6678ce12271a5ec902794d82c2b8d3069a Mon Sep 17 00:00:00 2001 From: Iurii Ignatko Date: Wed, 10 Jan 2024 17:06:22 +0200 Subject: [PATCH] Return previously renamed secret --- .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 89a601cd..684a2f0c 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: - GRADLE_ENTERPRISE_ACCESS_KEY: + DEVELOCITY_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.GRADLE_ENTERPRISE_ACCESS_KEY }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} jobs: inject-develocity: