We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1b31c commit c5b512eCopy full SHA for c5b512e
.github/workflows/cd.yaml
@@ -0,0 +1,19 @@
1
+# Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
2
+
3
+name: cd
4
+on:
5
+ workflow_dispatch:
6
+ check_run:
7
+ types:
8
+ - completed
9
10
+permissions:
11
+ checks: read
12
+ contents: write
13
14
+jobs:
15
+ maven-cd:
16
+ uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
17
+ secrets:
18
+ MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
19
+ MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
0 commit comments