Skip to content

Commit

Permalink
Merge branch 'anni/wcicd' of https://github.com/cloudflare/cloudflare…
Browse files Browse the repository at this point in the history
…-docs into anni/wcicd
  • Loading branch information
aninibread committed Sep 23, 2024
2 parents a21f4c8 + b599c70 commit 88dbeeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
pull_request:
branches:
push:
branches-ignore:
- production

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/workers/ci-cd/builds/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Build settings can be found by navigating to **Settings** > **Build** within you
| **Build variables and secrets** _(Optional)_ | Add environment variables and secrets accessible only to your build. Build variables will not be accessible at runtime. If you would like to configure runtime variables you can do so in **Settings** > **Variables & Secrets** |

:::note[API Token Permissions]
The Workers Builds API token will be created automatically with the following permissions:
When you connect your Worker to a git repository and configure Workers Builds, Workers Builds will create an API token automatically with the following permissions:

- **Account:** Account Settings (read), Workers Scripts (edit), Workers KV Storage (edit), Workers R2 Storage (edit)
- **Zone:** Workers Routes (edit) for all zones on the account
Expand Down

0 comments on commit 88dbeeb

Please sign in to comment.