Skip to content

Commit e7c16ad

Browse files
committed
Migrate to central.sonatype.com
Closes gh-1567
1 parent c60935a commit e7c16ad

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/actions/sync-to-maven-central/action.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@ runs:
2727
shell: bash
2828
run: jf rt download --spec ${{ format('{0}/artifacts.spec', github.action_path) }} --spec-vars 'buildName=${{ format('spring-ws-{0}', inputs.spring-ws-version) }};buildNumber=${{ github.run_number }}'
2929
- name: Sync
30-
uses: spring-io/nexus-sync-action@42477a2230a2f694f9eaa4643fa9e76b99b7ab84 # v0.0.1
30+
uses: spring-io/nexus-sync-action@06c0064cac7caf1fed48ab8a27fbb70f2ca38f0c # v0.1.0
3131
with:
32-
close: true
33-
create: true
34-
generate-checksums: true
35-
password: ${{ inputs.ossrh-s01-token-password }}
36-
release: true
37-
staging-profile-name: ${{ inputs.ossrh-s01-staging-profile }}
38-
upload: true
39-
username: ${{ inputs.ossrh-s01-token-username }}
32+
token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
33+
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
4034
- name: Await
4135
uses: ./.github/actions/await-http-resource
4236
with:

0 commit comments

Comments
 (0)