diff --git a/src/content/docs/workers/ci-cd/external-cicd/gitlab-cicd.mdx b/src/content/docs/workers/ci-cd/external-cicd/gitlab-cicd.mdx index 197796bd3c262bc..b2a5df906d37e3c 100644 --- a/src/content/docs/workers/ci-cd/external-cicd/gitlab-cicd.mdx +++ b/src/content/docs/workers/ci-cd/external-cicd/gitlab-cicd.mdx @@ -42,7 +42,7 @@ To set up your CI: Don't store the value of `CLOUDFLARE_API_TOKEN` in your repository, as it gives access to deploy Workers on your account. Instead, you should utilize your CI/CD provider's support for storing secrets. ::: -2. Create a workflow that will be responsible for deploying the Worker. This workflow should run `wrangler deploy`. Review an example [GitHub Actions](https://docs.github.com/en/actions/using-workflows/about-workflows) workflow in the follow section. +2. Create a workflow that will be responsible for deploying the Worker. This workflow should run `wrangler deploy`. Review an example [GitHub Actions](https://docs.github.com/en/actions/using-workflows/about-workflows) workflow in the following section. ### GitLab Pipelines