From f43a43e8b0e49f5e17fbc7a062bb7c511208ce3e Mon Sep 17 00:00:00 2001 From: remib Date: Fri, 29 May 2026 10:22:14 +0200 Subject: [PATCH] WKS-2577 - Remove triggeringUserName from PlatformContext API Revert WKS-2321 API surface. Merging to main will publish the next minor via the publish-api workflow (0.15.0). Co-authored-by: Cursor --- api/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/index.ts b/api/index.ts index b5d2f1e..9483894 100644 --- a/api/index.ts +++ b/api/index.ts @@ -172,11 +172,6 @@ export interface PlatformContext { * Token used when communicating with the JFrog platform */ platformToken: string; - /** - * Username of the principal that triggered this execution (for example via HTTP manual execute). - * Empty when not available. - */ - triggeringUserName: string; /** * State manager to store and retrieve state for this Worker between executions. * NOTE: This state is not safe against concurrent executions of the same Worker.