Skip to content

Commit c35cac9

Browse files
authored
update env variables guide
1 parent f02ed85 commit c35cac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ package = "netlify-plugin-cypress"
9898

9999
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink) and recorded results at [![Cypress Dashboard](https://img.shields.io/badge/cypress-dashboard-brightgreen.svg)](https://dashboard.cypress.io/#/projects/4b7344/runs)
100100

101-
**Security note 🔐:** you should keep your `CYPRESS_RECORD_KEY` secret. Keep an eye on [this Netlify question](https://community.netlify.com/t/common-issue-using-environment-variables-on-netlify-correctly/267); we really hope Netlify hides this variable in logs if accidentally exposed and does not pass the environment variables to forked pull requests.
101+
**Security note 🔐:** you should keep your `CYPRESS_RECORD_KEY` secret. You can control how Netlify builds external pull requests, see [the doc](https://docs.netlify.com/configure-builds/environment-variables/) - you never want to expose sensitive environment variables to outside builds.
102102

103103
#### group
104104

0 commit comments

Comments
 (0)