Skip to content

Commit

Permalink
Update src/content/docs/workers/ci-cd/builds/build-configuration.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>
  • Loading branch information
aninibread and irvinebroque authored Sep 23, 2024
1 parent 4b149ff commit b599c70
Showing 1 changed file with 1 addition and 1 deletion.
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 **Setting**s > **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
- **User:** User Details (read), Memberships (read)
Expand Down

0 comments on commit b599c70

Please sign in to comment.