cd #12
This file contains hidden or 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 | |
| # | |
| # Please find additional hints for individual trigger use case | |
| # configuration options inline this script below. | |
| # | |
| --- | |
| name: cd | |
| on: | |
| workflow_dispatch: | |
| 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 }} |