Skip to content

Commit

Permalink
Update src/content/docs/workers/ci-cd/external-cicd.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: ToriLindsay <tgalatro@cloudflare.com>
  • Loading branch information
aninibread and ToriLindsay authored Sep 19, 2024
1 parent b88b9d4 commit 0028f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workers/ci-cd/external-cicd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To set up your CI:

:::caution

It is important not to 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.
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.
Expand Down

0 comments on commit 0028f50

Please sign in to comment.