cd #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins | |
name: cd | |
on: | |
workflow_dispatch: | |
# Want to do manual releases for now until I'm used to the CD | |
# check_run: | |
# types: | |
# - completed | |
permissions: | |
checks: read | |
contents: write | |
jobs: | |
maven-cd: | |
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1 | |
secrets: | |
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} | |
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }} |