File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments