File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
id : build-and-publish
18
18
uses : ./.github/actions/build
19
19
with :
20
- develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
20
+ develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
21
21
publish : true
22
22
- name : Deploy
23
23
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
Original file line number Diff line number Diff line change 49
49
java-early-access : ${{ matrix.java.early-access || 'false' }}
50
50
java-toolchain : ${{ matrix.java.toolchain }}
51
51
java-distribution : ${{ matrix.java.distribution }}
52
- develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
52
+ develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
53
53
- name : Send Notification
54
54
uses : ./.github/actions/send-notification
55
55
if : always()
Original file line number Diff line number Diff line change 17
17
id : build-and-publish
18
18
uses : ./.github/actions/build
19
19
with :
20
- develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
20
+ develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
21
21
publish : true
22
22
- name : Stage Release
23
23
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
Original file line number Diff line number Diff line change 23
23
- name : Prepare Gradle Build
24
24
uses : ./.github/actions/prepare-gradle-build
25
25
with :
26
- develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
26
+ develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
27
27
java-version : ${{ matrix.java.version }}
28
28
java-toolchain : ${{ matrix.java.toolchain }}
29
29
- name : Run System Tests
You can’t perform that action at this time.
0 commit comments