Browse Source

Updating GITHUB_WEBHOOK_SECRET description

pull/93/head
Corey Daley 8 years ago
parent
commit
a3ad571cd4
No known key found for this signature in database GPG Key ID: DC5CDE9CA8AA3A9E
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      openshift/templates/django-postgresql-persistent.json
  2. +1
    -1
      openshift/templates/django-postgresql.json
  3. +1
    -1
      openshift/templates/django.json

+ 1
- 1
openshift/templates/django-postgresql-persistent.json View File

@ -479,7 +479,7 @@
{
"name": "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",
"from": "[a-zA-Z0-9]{40}"
},


+ 1
- 1
openshift/templates/django-postgresql.json View File

@ -453,7 +453,7 @@
{
"name": "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",
"from": "[a-zA-Z0-9]{40}"
},


+ 1
- 1
openshift/templates/django.json View File

@ -277,7 +277,7 @@
{
"name": "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",
"from": "[a-zA-Z0-9]{40}"
},


Loading…
Cancel
Save