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.