Skip to content

Commit

Permalink
Merge pull request #232 from gradle/gk/ghaSecretDvRename
Browse files Browse the repository at this point in the history
Renamed gha secret to DV_SOLUTIONS_ACCESS_KEY
  • Loading branch information
ribafish authored Jun 26, 2024
2 parents 3b825df + c24ce62 commit 2a44f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Build with Maven
run: ./mvnw clean verify -B
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}

0 comments on commit 2a44f37

Please sign in to comment.