Merge branch 'master' into fix/5092

This commit is contained in:
Alexandre BODIN 2020-01-27 16:50:11 +01:00 committed by GitHub
commit a8fbccafdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ You can configure these global headers by updating the file at `./config/environ
{
"webhooks": {
"defaultHeaders": {
"Authroization": "Bearer my-very-secured-token"
"Authorization": "Bearer my-very-secured-token"
}
}
}
@ -259,7 +259,7 @@ You can configure these global headers by updating the file at `./config/environ
{
"webhooks": {
"defaultHeaders": {
"Authroization": "Bearer ${ process.env.WEBHOOK_TOKEN }"
"Authorization": "Bearer ${ process.env.WEBHOOK_TOKEN }"
}
}
}