diff --git a/.github/workflows/publish-preview.yml b/.github/workflows/publish-preview.yml index fe083c0f6252e5..a8820ae842f5c7 100644 --- a/.github/workflows/publish-preview.yml +++ b/.github/workflows/publish-preview.yml @@ -1,6 +1,6 @@ on: - pull_request: - branches: + push: + branches-ignore: - production concurrency: diff --git a/src/content/docs/workers/ci-cd/builds/configuration.mdx b/src/content/docs/workers/ci-cd/builds/configuration.mdx index 60e73e4b6c16f9..b60492a921d3af 100644 --- a/src/content/docs/workers/ci-cd/builds/configuration.mdx +++ b/src/content/docs/workers/ci-cd/builds/configuration.mdx @@ -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