diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index e534c14c..32040b42 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -42,6 +42,7 @@ jobs: - uses: jvalkeal/nexus-sync@main id: nexus with: + url: ${{ secrets.OSSRH_URL }} username: ${{ secrets.OSSRH_USERNAME }} password: ${{ secrets.OSSRH_PASSWORD }} staging-profile-name: ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}