From 5b511adc552c70cd4f86dcd60bf107d0bdc2cd4c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Dec 2024 10:05:33 +0000 Subject: [PATCH] Update the name of the Develocity access key secret --- .github/workflows/smoke-test.yml | 2 +- .../aot-smoke-test-ci-plugin/src/main/resources/smoke-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index a3a5670e..991a3d77 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -59,7 +59,7 @@ jobs: - name: Build id: build env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} REPO_SPRING_IO_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} REPO_SPRING_IO_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} run: ./gradlew ${{ inputs.type == 'jvm' && '-x collectReachabilityMetadata' || '' }} ${{ inputs.project }}:${{ inputs.task }} diff --git a/gradle/plugins/aot-smoke-test-ci-plugin/src/main/resources/smoke-test.yml b/gradle/plugins/aot-smoke-test-ci-plugin/src/main/resources/smoke-test.yml index a3a5670e..991a3d77 100644 --- a/gradle/plugins/aot-smoke-test-ci-plugin/src/main/resources/smoke-test.yml +++ b/gradle/plugins/aot-smoke-test-ci-plugin/src/main/resources/smoke-test.yml @@ -59,7 +59,7 @@ jobs: - name: Build id: build env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} REPO_SPRING_IO_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} REPO_SPRING_IO_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} run: ./gradlew ${{ inputs.type == 'jvm' && '-x collectReachabilityMetadata' || '' }} ${{ inputs.project }}:${{ inputs.task }}