chore: updating api-report with removed token

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-16 13:06:04 +01:00
parent 3d0dc89b76
commit 7bed999eb6
-1
View File
@@ -553,7 +553,6 @@ export class TaskManager implements TaskContext {
// @public
export type TaskSecrets = Record<string, string> & {
token?: string;
backstageToken?: string;
};