From 1a3c7424ade1e6728be3a5c0f2f83e1048a2044c Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 14 Apr 2021 12:27:42 -0400 Subject: [PATCH] Add s01 URL to close and release workflows --- .github/workflows/central-sync-close.yml | 1 + .github/workflows/central-sync-release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/central-sync-close.yml b/.github/workflows/central-sync-close.yml index 928924e8..a00aebd4 100644 --- a/.github/workflows/central-sync-close.yml +++ b/.github/workflows/central-sync-close.yml @@ -15,6 +15,7 @@ jobs: # Request close 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 }} 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 }}