From e618e590c7c89fbf319912979cf21d7e1a54411b Mon Sep 17 00:00:00 2001 From: Iurii Ignatko Date: Tue, 9 Jan 2024 21:48:55 +0200 Subject: [PATCH] Revert name of the secret during tests --- .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..4bb362f4 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 }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} jobs: inject-develocity: