Skip to content

Commit 136580f

Browse files
committed
example slack workflow
1 parent c444380 commit 136580f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

examples/slack/overrides.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
git-clone:
22
- name: "repo_url"
33
type: "string"
4-
value: "https://github.com/sqreen/go-dvwa"
4+
value: "<your repo url>"
55
slack:
6-
- name: "slack_webhook"
6+
- name: "slack_token"
77
type: "string"
8-
value: "Your webhook here"
8+
value: "xoxb-<your token>"
9+
- name: "slack_channel"
10+
type: "string"
11+
value: "C<your channel id>"
12+
- name: "slack_debug"
13+
type: "string"
14+
value: "false"

0 commit comments

Comments
 (0)