Skip to content

Commit a3ad571

Browse files
committed
Updating GITHUB_WEBHOOK_SECRET description
1 parent 0758c6b commit a3ad571

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
@@ -479,7 +479,7 @@
479479
{
480480
"name": "GITHUB_WEBHOOK_SECRET",
481481
"displayName": "GitHub Webhook Secret",
482-
"description": "A secret string used to configure the GitHub webhook.",
482+
"description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
483483
"generate": "expression",
484484
"from": "[a-zA-Z0-9]{40}"
485485
},

openshift/templates/django-postgresql.json

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

openshift/templates/django.json

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

0 commit comments

Comments
 (0)