Files
spring-shell/.github/workflows/central-sync-close.yml
Janne Valkealahti d114044b29 Update nexus sync steps
- Relates #1033
2024-03-21 13:03:44 +00:00

23 lines
584 B
YAML

name: Central Sync Close
on:
workflow_dispatch:
inputs:
stagedRepositoryId:
description: "Staged repository id"
required: true
jobs:
build:
runs-on: ubuntu-latest
steps:
# Request release promotion repo
- uses: spring-io/nexus-sync-action@main
with:
username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
password: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
staging-profile-name: ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}
staging-repo-id: ${{ github.event.inputs.stagedRepositoryId }}
close: true