From 4b149ff5e874e75401ebfb38d8616e88fb23f38f Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 20 Sep 2024 22:05:28 +0100 Subject: [PATCH 1/2] trigger builds --- .github/workflows/publish-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From b599c70293449358b8e34831b0db8ff3df1a05b0 Mon Sep 17 00:00:00 2001 From: Anni Wang <54481763+aninibread@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:10:54 -0400 Subject: [PATCH 2/2] Update src/content/docs/workers/ci-cd/builds/build-configuration.mdx Co-authored-by: Brendan Irvine-Broque --- src/content/docs/workers/ci-cd/builds/build-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/ci-cd/builds/build-configuration.mdx b/src/content/docs/workers/ci-cd/builds/build-configuration.mdx index 0658ab7272e88a..a460fb1fc9c7fc 100644 --- a/src/content/docs/workers/ci-cd/builds/build-configuration.mdx +++ b/src/content/docs/workers/ci-cd/builds/build-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 **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)