Commit 4848c53 1 parent bf37f83 commit 4848c53 Copy full SHA for 4848c53
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ parameters:
25
25
description : " The webhook payload for kebecher run."
26
26
displayName : " Webhook Payload"
27
27
required : true
28
+ - name : KEBECHET_SLUG
29
+ description : " Git slug of project being worked on."
30
+ displayName : " Kebechet Slug"
31
+ value : " null"
28
32
29
33
objects :
30
34
- apiVersion : argoproj.io/v1alpha1
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ parameters:
25
25
description : " The webhook payload for kebecher run."
26
26
displayName : " Webhook Payload"
27
27
required : true
28
+ - name : KEBECHET_SLUG
29
+ description : " Slug of GitHub repo which needs to be updated."
30
+ displayName : " Kebechet slug"
31
+ value : " null"
28
32
29
33
objects :
30
34
- apiVersion : argoproj.io/v1alpha1
@@ -78,6 +82,8 @@ objects:
78
82
parameters :
79
83
- name : " WEBHOOK_PAYLOAD"
80
84
value : " ${WEBHOOK_PAYLOAD}"
85
+ - name : " KEBECHET_SLUG"
86
+ value : " ${KEBECHET_SLUG}"
81
87
volumes :
82
88
- name : ssh-config
83
89
secret :
You can’t perform that action at this time.
0 commit comments