Update the name of the Develocity access key secret
This commit is contained in:
2
.github/workflows/smoke-test.yml
vendored
2
.github/workflows/smoke-test.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Build
|
||||
id: build
|
||||
env:
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||
REPO_SPRING_IO_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
REPO_SPRING_IO_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
run: ./gradlew ${{ inputs.type == 'jvm' && '-x collectReachabilityMetadata' || '' }} ${{ inputs.project }}:${{ inputs.task }}
|
||||
|
||||
Reference in New Issue
Block a user