Skip to content

Commit bfac0a9

Browse files
committed
updates title
1 parent faf0f7f commit bfac0a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/workers/2025-06-10-default-env-vars.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Default system environment variables in Workers Builds
3-
description: Workers Builds now injects default environment variables
2+
title: Workers Builds adds Git context and build variables for flexible pipelines
3+
description: Workers Builds now automatically injects environment variables containingGit metadata, including the commit SHA and branch name.
44
products:
55
- workers
66
date: 2025-06-10T01:00:00Z
77
---
88

99
[Workers Builds](/workers/ci-cd/builds/) connects your Worker to a [Git repository](/workers/ci-cd/builds/git-integration/), and automates building and deploying your code on each pushed change.
1010

11-
To make CI/CD pipelines even more flexible, Workers Builds now automatically injects [default system environment variables](/workers/ci-cd/builds/configuration/#environment-variable) into your build process (much like the defaults in [Cloudflare Pages projects](/pages/configuration/build-configuration/#environment-variables)). You can use these variables to customize your build process based on the deployment context, such as the branch or commit.
11+
To make CI/CD pipelines even more flexible, Workers Builds now automatically injects [default environment variables](/workers/ci-cd/builds/configuration/#environment-variable) into your build process (much like the defaults in [Cloudflare Pages projects](/pages/configuration/build-configuration/#environment-variables)). You can use these variables to customize your build process based on the deployment context, such as the branch or commit.
1212

13-
The following system environment variables are injected by default:
13+
The following environment variables are injected by default:
1414

1515
| Environment Variable | Injected value | Example use-case |
1616
| ----------------------- | ------------------------------- | --------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)