Skip to content

Commit 85bd927

Browse files
More consistent naming: binding vs secret_name examples
1 parent 6185ad1 commit 85bd927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/secrets-store/integrations/workers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Use the [Wrangler command](/workers/wrangler/commands/#secrets-store-secret) `se
3838
To use the following example, replace the store ID and secret name by your actual data. You can find and copy the store ID from the [Secrets Store tab](https://dash.cloudflare.com/?to=/:account/secrets-store/) on the dashboard. A secret name cannot contain spaces.
3939

4040
```sh
41-
npx wrangler secrets-store secret create <STORE_ID> --name MY_SECRETS_STORE_SECRET --scopes workers --remote
41+
npx wrangler secrets-store secret create <STORE_ID> --name MY_SECRET_NAME --scopes workers --remote
4242
```
4343

4444
```sh output
4545
✓ Enter a secret value: › ***
4646

47-
🔐 Creating secret... (Name: MY_SECRETS_STORE_SECRET, Value: REDACTED, Scopes: workers, Comment: undefined)
47+
🔐 Creating secret... (Name: MY_SECRET_NAME, Value: REDACTED, Scopes: workers, Comment: undefined)
4848
✓ Select an account: › My account
4949
✅ Created secret! (ID: 13bc7498c6374a4e9d13be091c3c65f1)
5050
```

0 commit comments

Comments
 (0)