diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index e87f8e64..e534c14c 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -42,8 +42,8 @@ jobs: - uses: jvalkeal/nexus-sync@main id: nexus with: - username: ${{ secrets.OSSRH_TOKEN_USERNAME }} - password: ${{ secrets.OSSRH_TOKEN_PASSWORD }} + username: ${{ secrets.OSSRH_USERNAME }} + password: ${{ secrets.OSSRH_PASSWORD }} staging-profile-name: ${{ secrets.OSSRH_STAGING_PROFILE_NAME }} create: true upload: true