diff --git a/.github/workflows/central-sync-release.yml b/.github/workflows/central-sync-release.yml index a6c53574..abf2cb92 100644 --- a/.github/workflows/central-sync-release.yml +++ b/.github/workflows/central-sync-release.yml @@ -15,6 +15,7 @@ jobs: # Request release promotion repo - uses: jvalkeal/nexus-sync@v0 with: + url: ${{ secrets.OSSRH_URL }} username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }} password: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }} staging-profile-name: ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}