Skip to content

Commit

Permalink
Use DEVELOCITY_ACCESS_KEY to authenticate to develocity.apache.org
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn authored and vlsi committed Jan 15, 2025
1 parent ecac72d commit 9747669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
org.gradle.java.installations.auto-download=false
env:
_JAVA_OPTIONS: ${{ matrix.extraJvmArgs }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

errorprone:
name: 'Error Prone (JDK 17)'
Expand All @@ -103,4 +103,4 @@ jobs:
multi-cache-enabled: false
arguments: --scan --no-parallel --no-daemon -PenableErrorprone classes
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

0 comments on commit 9747669

Please sign in to comment.