Skip to content

Commit 9f7279c

Browse files
update
1 parent efb530b commit 9f7279c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v2/pages/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can reference the value of environment variables using `{{process.env.YOUR_E
115115
/>
116116

117117
<Callout type="info">
118-
[Private components](https://pipedream.com/docs/components#using-components) (actions or triggers) do not have access to the same variables as public components or code steps. Add a prop specifically for the variable you need. For sensitive data like API keys, [configure the prop as a secret](https://pipedream.com/docs/components/api#props). In your prop configuration, set the value to `{{process.env.YOUR_ENV_VAR}}` to securely reference the environment variable.
118+
[Private components](https://pipedream.com/docs/components#using-components) (actions or triggers) do not have access to workspace or project variables as public components or code steps. Add a prop specifically for the variable you need. For sensitive data like API keys, [configure the prop as a secret](https://pipedream.com/docs/components/api#props). In your prop configuration, set the value to `{{process.env.YOUR_ENV_VAR}}` to securely reference the environment variable.
119119
</Callout>
120120

121121
## Frequently Asked Questions

0 commit comments

Comments
 (0)