Skip to content

Commit

Permalink
Update example config after changes to webhook schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Mar 27, 2023
1 parent d2920bb commit a0446eb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions examples/default-org.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,11 @@ local newOrg(id) = {
local newWebhook() = {
active: true,
events: [ "push" ],
config: {
url: null,
# Can be one of: form, json
content_type: "form",
insecure_ssl: "0",
}
url: null,
# Can be one of: form, json
content_type: "form",
insecure_ssl: "0",
secret: null,
};

local newRepo(name) = {
Expand Down

0 comments on commit a0446eb

Please sign in to comment.