Skip to content

Commit

Permalink
Renamed gha secret to DV_SOLUTIONS_ACCESS_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish committed Jun 20, 2024
1 parent c62d8c3 commit 067c978
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-build-caching-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 067c978

Please sign in to comment.