From b3597cdb8b8cb68baf802267ed09180c2739b9a4 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 4 Dec 2023 13:45:51 +0000 Subject: [PATCH] Update central workflow --- .github/workflows/central-sync-release.yml | 1 + 1 file changed, 1 insertion(+) 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 }}