Merge pull request #93 from coreydaley/bugzilla_1365656_github_webhook_description_update
Updating GITHUB_WEBHOOK_SECRET description
This commit is contained in:
commit
82a41db70f
3 changed files with 3 additions and 3 deletions
|
@ -482,7 +482,7 @@
|
||||||
{
|
{
|
||||||
"name": "GITHUB_WEBHOOK_SECRET",
|
"name": "GITHUB_WEBHOOK_SECRET",
|
||||||
"displayName": "GitHub Webhook Secret",
|
"displayName": "GitHub Webhook Secret",
|
||||||
"description": "A secret string used to configure the GitHub webhook.",
|
"description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
|
||||||
"generate": "expression",
|
"generate": "expression",
|
||||||
"from": "[a-zA-Z0-9]{40}"
|
"from": "[a-zA-Z0-9]{40}"
|
||||||
},
|
},
|
||||||
|
|
|
@ -456,7 +456,7 @@
|
||||||
{
|
{
|
||||||
"name": "GITHUB_WEBHOOK_SECRET",
|
"name": "GITHUB_WEBHOOK_SECRET",
|
||||||
"displayName": "GitHub Webhook Secret",
|
"displayName": "GitHub Webhook Secret",
|
||||||
"description": "A secret string used to configure the GitHub webhook.",
|
"description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
|
||||||
"generate": "expression",
|
"generate": "expression",
|
||||||
"from": "[a-zA-Z0-9]{40}"
|
"from": "[a-zA-Z0-9]{40}"
|
||||||
},
|
},
|
||||||
|
|
|
@ -280,7 +280,7 @@
|
||||||
{
|
{
|
||||||
"name": "GITHUB_WEBHOOK_SECRET",
|
"name": "GITHUB_WEBHOOK_SECRET",
|
||||||
"displayName": "GitHub Webhook Secret",
|
"displayName": "GitHub Webhook Secret",
|
||||||
"description": "A secret string used to configure the GitHub webhook.",
|
"description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
|
||||||
"generate": "expression",
|
"generate": "expression",
|
||||||
"from": "[a-zA-Z0-9]{40}"
|
"from": "[a-zA-Z0-9]{40}"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue