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 88fe010 commit 220541bCopy full SHA for 220541b
.github/workflows/cd.yaml
@@ -0,0 +1,15 @@
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
+jobs:
11
+ maven-cd:
12
+ uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
13
+ secrets:
14
+ MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
15
+ MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
0 commit comments