Skip to content

Commit efb530b

Browse files
update description
1 parent 184d4e4 commit efb530b

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 (actions or triggers) do not have direct access to the same environment execution variables as public components or custom code steps. To use environment variables in private components, add a prop specifically for the variable you need. For sensitive data like API keys, you can [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 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.
119119
</Callout>
120120

121121
## Frequently Asked Questions

0 commit comments

Comments
 (0)