Skip to content

Commit 4eb6c56

Browse files
authored
Update src/content/docs/workers/configuration/secrets.mdx
1 parent cad11d9 commit 4eb6c56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/workers/configuration/secrets.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import { Render } from "~/components";
99

1010
## Background
1111

12-
Secrets are a type of binding that allow you to attach encrypted text values to your Worker. Secrets are used for storing sensitive information like API keys and auth tokens. Secrets are programmatically available on the [`env` parameter](/workers/runtime-apis/handlers/fetch/#parameters) passed to your Worker's [`fetch` event handler](/workers/runtime-apis/handlers/fetch/),
13-
and may also be accessible via [`process.env`](/workers/configuration/environment-variables)
14-
in Workers that support Node.js compatibility.
12+
Secrets are a type of binding that allow you to attach encrypted text values to your Worker. Secrets are used for storing sensitive information like API keys and auth tokens. Secrets are programmatically available on the [`env` parameter](/workers/runtime-apis/handlers/fetch/#parameters) passed to your Worker's [`fetch` event handler](/workers/runtime-apis/handlers/fetch/), and may also be accessible via [`process.env`](/workers/configuration/environment-variables) in Workers that support Node.js compatibility.
1513

1614
## Access your secrets with Workers
1715

0 commit comments

Comments
 (0)