Skip to content

Commit

Permalink
add NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY to envs schema (#1200)
Browse files Browse the repository at this point in the history
add NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY to envs schema
  • Loading branch information
tom2drum authored Sep 21, 2023
1 parent e84c232 commit a4dfabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/tools/envs-validator/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ const schema = yup
NEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY: yup.string(),
NEXT_PUBLIC_GOOGLE_ANALYTICS_PROPERTY_ID: yup.string(),
NEXT_PUBLIC_MIXPANEL_PROJECT_TOKEN: yup.string(),
NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY: yup.string(),
})
.concat(accountSchema)
.concat(adsBannerSchema)
Expand Down

0 comments on commit a4dfabc

Please sign in to comment.