diff --git a/src/risotto/dispatcher.py b/src/risotto/dispatcher.py index 5df457e..6dbdd36 100644 --- a/src/risotto/dispatcher.py +++ b/src/risotto/dispatcher.py @@ -151,7 +151,9 @@ class PublishDispatcher: kwargs) try: config_arguments = await self.load_kwargs_to_config(risotto_context, - kwargs) + f'{version}.{message}', + kwargs, + check_role) except CallError as err: return except Exception as err: