Skip to content

Commit 02d16c6

Browse files
committed
Update environment variables for Develocity transition
See gh-928
1 parent 720638c commit 02d16c6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
echo 'org.gradle.daemon=false' >> $HOME/.gradle/gradle.properties
3030
- name: Build and Publish
3131
env:
32-
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
33-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
32+
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
3433
run: ./gradlew --refresh-dependencies -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
3534
- name: Deploy
3635
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ jobs:
4444
echo 'org.gradle.daemon=false' >> $HOME/.gradle/gradle.properties
4545
- name: Build
4646
env:
47-
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
48-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
47+
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
4948
run: ./gradlew --refresh-dependencies build

0 commit comments

Comments
 (0)