There was an error while loading. Please reload this page.
1 parent b8bdef3 commit 02d3617Copy full SHA for 02d3617
1 file changed
packages/cli-v3/src/executions/taskRunProcess.ts
@@ -150,8 +150,6 @@ export class TaskRunProcess {
150
TRIGGERDOTDEV: "1",
151
};
152
153
- // Only log env var names, never values: fullEnv contains secrets
154
- // (TRIGGER_SECRET_KEY, TRIGGER_JWT, and arbitrary customer secret env vars).
155
logger.debug(`initializing task run process`, {
156
envKeys: Object.keys(fullEnv),
157
path: workerManifest.workerEntryPoint,
0 commit comments