Skip to content

Commit 80e3404

Browse files
committed
Use DEVELOCITY_ACCESS_KEY to authenticate to develocity.apache.org
1 parent 3571149 commit 80e3404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
java-version: [ 8.0.232 ]
2929
env:
30-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
30+
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3131
steps:
3232
- name: Cache Gradle packages
3333
uses: actions/cache@v2

0 commit comments

Comments
 (0)