chore: remove from ActionsContext too

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-16 13:16:00 +01:00
parent 8db2b671c6
commit 0df5389f2f
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -41,7 +41,6 @@ export type ActionContext<Input extends JsonObject> = {
baseUrl?: string;
logger: Logger_2;
logStream: Writable;
token?: string | undefined;
secrets?: TaskSecrets;
workspacePath: string;
input: Input;
@@ -28,12 +28,6 @@ export type ActionContext<Input extends JsonObject> = {
logger: Logger;
logStream: Writable;
/**
* User token forwarded from initial request, for use in subsequent api requests
* @deprecated use `secrets.backstageToken` instead
*/
token?: string | undefined;
secrets?: TaskSecrets;
workspacePath: string;
input: Input;