File tree Expand file tree Collapse file tree 3 files changed +11
-16
lines changed
actions/sync-to-maven-central Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 11name : Sync to Maven Central
22description : ' Syncs a release to Maven Central and waits for it to be available for use'
33inputs :
4- jfrog-cli-config-token :
5- description : ' Config token for the JFrog CLI'
6- required : true
7- ossrh-s01-staging-profile :
8- description : ' Staging profile to use when syncing to Central'
4+ central-token-password :
5+ description : ' Password for authentication with central.sonatype.com'
96 required : true
10- ossrh-s01- token-password :
11- description : ' Password for authentication with s01.oss. sonatype.org '
7+ central- token-username :
8+ description : ' Username for authentication with central. sonatype.com '
129 required : true
13- ossrh-s01-token-username :
14- description : ' Username for authentication with s01.oss.sonatype.org '
10+ jfrog-cli-config-token :
11+ description : ' Config token for the JFrog CLI '
1512 required : true
1613 spring-webflow-version :
1714 description : ' Version of Spring Webflow that is being synced to Central'
Original file line number Diff line number Diff line change 5151 - name : Sync to Maven Central
5252 uses : ./.github/actions/sync-to-maven-central
5353 with :
54+ central-token-password : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
55+ central-token-username : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
5456 jfrog-cli-config-token : ${{ secrets.JF_ARTIFACTORY_SPRING }}
55- ossrh-s01-staging-profile : ${{ secrets.OSSRH_S01_STAGING_PROFILE }}
56- ossrh-s01-token-password : ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
57- ossrh-s01-token-username : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
5857 spring-webflow-version : ${{ needs.build-and-stage-release.outputs.version }}
5958 promote-release :
6059 name : Promote Release
6463 runs-on : ubuntu-latest
6564 steps :
6665 - name : Set up JFrog CLI
67- uses : jfrog/setup-jfrog-cli@5b06f730cc5a6f55d78b30753f8583454b08c0aa # v4.8.1
66+ uses : jfrog/setup-jfrog-cli@e5d3afdd1d75e4aa14a4f217cca93a2a9b5b846d # v4.8.0
6867 env :
6968 JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
7069 - name : Promote build
Original file line number Diff line number Diff line change 5050 - name : Sync to Maven Central
5151 uses : ./.github/actions/sync-to-maven-central
5252 with :
53+ central-token-password : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
54+ central-token-username : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
5355 jfrog-cli-config-token : ${{ secrets.JF_ARTIFACTORY_SPRING }}
54- ossrh-s01-staging-profile : ${{ secrets.OSSRH_S01_STAGING_PROFILE }}
55- ossrh-s01-token-password : ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
56- ossrh-s01-token-username : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
5756 spring-webflow-version : ${{ needs.build-and-stage-release.outputs.version }}
5857 promote-release :
5958 name : Promote Release
You can’t perform that action at this time.
0 commit comments