Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove experimentalGlobalPassThroughEnv from schema #7799

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 0 additions & 11 deletions packages/turbo-types/src/types/config.ts
Expand Up @@ -72,17 +72,6 @@ export interface RootSchema extends BaseSchema {
*/
globalEnv?: Array<EnvWildcard>;

/**
* An allowlist of environment variables that should be made to all tasks, but
* should not contribute to the task's cache key, e.g. `AWS_SECRET_KEY`.
*
* Documentation: https://turbo.build/repo/docs/reference/configuration#globalPassThroughEnv
*
* @defaultValue null
* @deprecated use `globalPassThroughEnv` instead
*/
experimentalGlobalPassThroughEnv?: null | Array<string>;

/**
* An allowlist of environment variables that should be made to all tasks, but
* should not contribute to the task's cache key, e.g. `AWS_SECRET_KEY`.
Expand Down