You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/secrets-store/integrations/workers.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ This is different from Workers [Variables and Secrets](/workers/configuration/se
20
20
21
21
If [using the Dashboard](#via-dashboard), make sure you already have a Workers application. Refer to the [Workers get started](/workers/get-started/dashboard/) for guidance.
22
22
23
-
You should also have a store created under the Secrets Store tab on the Dashboard. The default store in your account is automatically created when a user with [Super Administrator or Secrets Store Admin role](/secrets-store/access-control/) interacts with it.
23
+
You should also have a store created under the Secrets Store tab on the Dashboard. The first store in your account is automatically created when a user with [Super Administrator or Secrets Store Admin role](/secrets-store/access-control/) interacts with it.
24
24
25
-
You can also use the [Wrangler command](/workers/wrangler/commands/#secrets-store-store)`secrets-store store create <name>` to create your default store.
25
+
You can also use the [Wrangler command](/workers/wrangler/commands/#secrets-store-store)`secrets-store store create <name>` to create your first store.
0 commit comments