From 1da1cc97d5521c7f6f8f62d76fc5348e2e65a7a1 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 27 Jun 2024 18:17:25 -0600 Subject: [PATCH] Rename Develocity secret --- .github/workflows/ci-integ-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index 86e4bc7f..a9391df7 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -143,7 +143,7 @@ jobs: cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-' skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }} secrets: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }} provision-gradle-versions: needs: [determine-suite, build-distribution]