From 067c978fdfa25cc54c5fc736ab17a668a1b35ac4 Mon Sep 17 00:00:00 2001 From: Gasper Kojek Date: Thu, 20 Jun 2024 11:53:49 +0200 Subject: [PATCH] Renamed gha secret to DV_SOLUTIONS_ACCESS_KEY --- .../workflows/gradle-data-capturing-samples-verification.yml | 2 +- .../maven-build-caching-samples-verification.yml.disabled | 2 +- .github/workflows/maven-data-capturing-samples-verification.yml | 2 +- .github/workflows/quarkus-build-caching-extension.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle-data-capturing-samples-verification.yml b/.github/workflows/gradle-data-capturing-samples-verification.yml index 3c52d519b..62a3defcd 100644 --- a/.github/workflows/gradle-data-capturing-samples-verification.yml +++ b/.github/workflows/gradle-data-capturing-samples-verification.yml @@ -43,7 +43,7 @@ jobs: - name: Set up Gradle uses: gradle/gradle-build-action@v3 with: - develocity-access-key: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} + develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }} - name: Inject data capture script into Gradle build using Groovy DSL working-directory: common-develocity-gradle-configuration-groovy run: | diff --git a/.github/workflows/maven-build-caching-samples-verification.yml.disabled b/.github/workflows/maven-build-caching-samples-verification.yml.disabled index eff34e95c..55315f8e6 100644 --- a/.github/workflows/maven-build-caching-samples-verification.yml.disabled +++ b/.github/workflows/maven-build-caching-samples-verification.yml.disabled @@ -41,7 +41,7 @@ jobs: -f -e 2>&1 | tee -a /tmp/build.log echo "hasUnknownParams=$(grep "Build caching was not enabled for this goal execution because the following parameters were not handled" /tmp/build.log | wc -l)" >> $GITHUB_OUTPUT env: - GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }} - name: Verify no unmapped mojo parameters if: (success() || failure()) && steps.build.outputs.hasUnknownParams != '0' run: exit 1 diff --git a/.github/workflows/maven-data-capturing-samples-verification.yml b/.github/workflows/maven-data-capturing-samples-verification.yml index fb0857eab..7dcabd7d3 100644 --- a/.github/workflows/maven-data-capturing-samples-verification.yml +++ b/.github/workflows/maven-data-capturing-samples-verification.yml @@ -51,7 +51,7 @@ jobs: echo "$(mvn -f common-develocity-maven-configuration/pom.xml -Ddevelocity.url=https://ge.solutions-team.gradle.com -X -B clean validate)" >> $GITHUB_OUTPUT echo "${delimiter}" >> $GITHUB_OUTPUT env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }} - name: Validate extension loaded # Asserting that extension was loaded checking a log entry run: exit 1 diff --git a/.github/workflows/quarkus-build-caching-extension.yml b/.github/workflows/quarkus-build-caching-extension.yml index 86f46c3c0..cefb6f1df 100644 --- a/.github/workflows/quarkus-build-caching-extension.yml +++ b/.github/workflows/quarkus-build-caching-extension.yml @@ -29,7 +29,7 @@ jobs: run: | ./mvnw --batch-mode clean package integration-test env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }} - name: Upload integration tests reports (on failure only) if: ${{ failure() }} uses: actions/upload-artifact@v4