Skip to content

Commit 9eaee0a

Browse files
Apply suggestions from code review
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 6b91071 commit 9eaee0a

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
@@ -32,7 +32,7 @@ You may also add account secrets directly from the Workers settings on the dashb
3232

3333
Refer to [manage account secrets](/secrets-store/manage-secrets/) for further options.
3434

35-
## 2. Bind an account secret to your worker
35+
## 2. Bind an account secret to your Worker
3636

3737
(TBC) You must have one of the following [roles within your Cloudflare account](/secrets-store/access-control/):
3838
- Super Administrator
@@ -48,7 +48,7 @@ Refer to [manage account secrets](/secrets-store/manage-secrets/) for further op
4848
3. Go to **Settings** > **Bindings** and select **Add**.
4949
4. On the **Add a resource binding** side panel, choose **Secrets Store**.
5050
5. Fill in the required fields:
51-
- **Variable name**: a name for the binding. This will be used for your worker to access the secret ([step 3](#3-access-the-secret-on-the-env-object) below).
51+
- **Variable name**: a name for the binding. This will be used for your Worker to access the secret ([step 3](#3-access-the-secret-on-the-env-object) below).
5252
- **Secret name**: select from the list of available account secrets created in [step 1](#1-set-up-account-secrets-in-secrets-store).
5353
- (Optional - Admins only) If the secret you need does not exist yet, select **Create secret**. This will add an account level secret in the same way as if you had [created it on the Secrets Store](/secrets-store/manage-secrets/).
5454
6. Select **Deploy** to deploy your binding. When deploying, there are two options:

0 commit comments

Comments
 (0)