Skip to content

Commit 2b9f850

Browse files
authored
Apply suggestions from PCX review
1 parent 40bbdbc commit 2b9f850

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/workers/ci-cd/external-cicd/github-actions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To set up your CI/CD:
3434

3535
1. Go to your CI/CD platform and add the following as secrets:
3636

37-
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](/workers/ci-cd/external-cicd/github-actions/#cloudflare-account-id) for the account on which you want to deploy your Worker.
38-
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](/workers/ci-cd/external-cicd/github-actions/#api-token).
37+
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](#cloudflare-account-id) for the account on which you want to deploy your Worker.
38+
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](#api-token).
3939

4040
:::caution
4141

src/content/docs/workers/ci-cd/external-cicd/gitlab-pipelines.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To set up your CI:
3434

3535
1. Go to your CI platform and add the following as secrets:
3636

37-
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](/workers/ci-cd/external-cicd/gitlab-pipelines/#cloudflare-account-id) for the account on which you want to deploy your Worker.
38-
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](/workers/ci-cd/external-cicd/gitlab-pipelines/#api-token).
37+
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](#cloudflare-account-id) for the account on which you want to deploy your Worker.
38+
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](#api-token).
3939

4040
:::caution
4141

0 commit comments

Comments
 (0)