Skip to content

Commit b82830c

Browse files
committed
Merge branch '3.3.x'
Closes gh-42465
2 parents 04c8344 + 294b9e3 commit b82830c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: build-and-publish
1818
uses: ./.github/actions/build
1919
with:
20-
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
20+
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2121
publish: true
2222
- name: Deploy
2323
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
java-early-access: ${{ matrix.java.early-access || 'false' }}
5050
java-toolchain: ${{ matrix.java.toolchain }}
5151
java-distribution: ${{ matrix.java.distribution }}
52-
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
52+
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5353
- name: Send Notification
5454
uses: ./.github/actions/send-notification
5555
if: always()

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: build-and-publish
1818
uses: ./.github/actions/build
1919
with:
20-
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
20+
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2121
publish: true
2222
- name: Stage Release
2323
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1

.github/workflows/run-system-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Prepare Gradle Build
2424
uses: ./.github/actions/prepare-gradle-build
2525
with:
26-
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
26+
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2727
java-version: ${{ matrix.java.version }}
2828
java-toolchain: ${{ matrix.java.toolchain }}
2929
- name: Run System Tests

0 commit comments

Comments
 (0)