Skip to content

Commit 82a41db

Browse files
authored
Merge pull request sclorg#93 from coreydaley/bugzilla_1365656_github_webhook_description_update
Updating GITHUB_WEBHOOK_SECRET description
2 parents 8a4ce9e + a3ad571 commit 82a41db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openshift/templates/django-postgresql-persistent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
{
483483
"name": "GITHUB_WEBHOOK_SECRET",
484484
"displayName": "GitHub Webhook Secret",
485-
"description": "A secret string used to configure the GitHub webhook.",
485+
"description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
486486
"generate": "expression",
487487
"from": "[a-zA-Z0-9]{40}"
488488
},

openshift/templates/django-postgresql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
{
457457
"name": "GITHUB_WEBHOOK_SECRET",
458458
"displayName": "GitHub Webhook Secret",
459-
"description": "A secret string used to configure the GitHub webhook.",
459+
"description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
460460
"generate": "expression",
461461
"from": "[a-zA-Z0-9]{40}"
462462
},

openshift/templates/django.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
{
281281
"name": "GITHUB_WEBHOOK_SECRET",
282282
"displayName": "GitHub Webhook Secret",
283-
"description": "A secret string used to configure the GitHub webhook.",
283+
"description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
284284
"generate": "expression",
285285
"from": "[a-zA-Z0-9]{40}"
286286
},

0 commit comments

Comments
 (0)