Skip to content

Commit b48f65a

Browse files
committed
Update milestone release action
See gh-35188
1 parent 2ea17a2 commit b48f65a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-milestone.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ jobs:
6161
- name: Sync to Maven Central
6262
uses: ./.github/actions/sync-to-maven-central
6363
with:
64+
central-token-password: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
65+
central-token-username: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
6466
jfrog-cli-config-token: ${{ secrets.JF_ARTIFACTORY_SPRING }}
65-
ossrh-s01-staging-profile: ${{ secrets.OSSRH_S01_STAGING_PROFILE }}
66-
ossrh-s01-token-password: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
67-
ossrh-s01-token-username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
6867
spring-framework-version: ${{ needs.build-and-stage-release.outputs.version }}
6968
promote-release:
7069
name: Promote Release

0 commit comments

Comments
 (0)