How to use secrets which are in vaults within the postman collection runner api

In newman i can inject secrets like api keys into the testrun.
How can i use secrets within the postman collection runner api ?

Hi @stephan.bast,

Welcome to the postman community,

Could you please give me a little more context, When you say Postman Collection runner, are you referring to the runner inside the Postman desktop client or Postman CLI?

Also when you refer to the Vault, are you referring to the Postman Vault or another vault?

I have recently started using the Postman Vault for one of my tests and it works well, It is only stored locally so it is not pushed to the Postman cloud.
you access variables by using {{vault:apiKey}} for example.