Skip to content

cd

cd #5553

Workflow file for this run

# Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
name: cd
on:
workflow_dispatch:
check_run:
types:
- completed
jobs:
maven-cd:
uses: jglick/github-reusable-workflows/.github/workflows/maven-cd.yml@9235a0c6371efc05c5957c24c085e4af20cff24d
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}