From 21a125cba519cf297f81ae3f2ccf4506b5f0e6e6 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 30 Mar 2021 17:40:53 +0100 Subject: [PATCH] Update central workflow --- .github/workflows/central-sync-create.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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