feat: some tweaks to the actions registry and implementing some of the actions client

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-05-27 11:52:39 +02:00
parent 04592af953
commit 4e8f01357e
14 changed files with 348 additions and 76 deletions
+10
View File
@@ -121,6 +121,16 @@ export interface Config {
};
};
/**
* Options used by the default actions service.
*/
actions?: {
/**
* List of plugin sources to load actions from.
*/
pluginSources?: string[];
};
/**
* Options used by the default auth, httpAuth and userInfo services.
*/