Add Patreon client key validation (#44155)

pull/44150/head
Ahmad Abdolsaheb 2021-11-10 19:21:50 +03:00 committed by GitHub
parent 6feeaa289b
commit 7f769cdaf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if (FREECODECAMP_NODE_ENV !== 'development') {
'showUpcomingChanges'
];
const searchKeys = ['algoliaAppId', 'algoliaAPIKey'];
const donationKeys = ['stripePublicKey', 'paypalClientId'];
const donationKeys = ['stripePublicKey', 'paypalClientId', 'patreonClientId'];
const expectedVariables = locationKeys.concat(
deploymentKeys,