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/workers/ci-cd/external-cicd/github-actions.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
@@ -34,8 +34,8 @@ To set up your CI/CD:
34
34
35
35
1. Go to your CI/CD platform and add the following as secrets:
36
36
37
-
-`CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](/workers/ci-cd/external-cicd/#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/#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).
Copy file name to clipboardExpand all lines: src/content/docs/workers/ci-cd/external-cicd/gitlab-pipelines.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
@@ -34,8 +34,8 @@ To set up your CI:
34
34
35
35
1. Go to your CI platform and add the following as secrets:
36
36
37
-
-`CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](/workers/ci-cd/external-cicd/#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/#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).
0 commit comments