-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat) harness, add create / delete webhook
- Loading branch information
TP Honey
committed
Feb 8, 2023
1 parent
b8eea16
commit d6e3618
Showing
4 changed files
with
107 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"id": 9, | ||
"version": 1, | ||
"parent_id": 11, | ||
"parent_type": "repo", | ||
"created_by": 14, | ||
"created": 1675872629243, | ||
"updated": 1675872777592, | ||
"display_name": "drone", | ||
"description": "", | ||
"url": "https://example.com", | ||
"enabled": true, | ||
"insecure": true, | ||
"triggers": [], | ||
"latest_execution_result": "success", | ||
"has_secret": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"ID": "9", | ||
"Name": "drone", | ||
"Target": "https://example.com", | ||
"Events": [], | ||
"Active": true, | ||
"SkipVerify": true | ||
} |