fix a typo in set_runner_config to set access_level
This change fixes a typo in the set_runner_config
function. Because of
the typo (acceess_level
instead of access_level
) the runner was not
configured properly and the old access_level
was kept.
Bug: T353271