We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DEVELOCITY_ACCESS_KEY
develocity.apache.org
1 parent 3571149 commit 80e3404Copy full SHA for 80e3404
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
matrix:
28
java-version: [ 8.0.232 ]
29
env:
30
- GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
+ GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
31
steps:
32
- name: Cache Gradle packages
33
uses: actions/cache@v2
0 commit comments