I need to execute a script after a project is created with that template. So, I added that script as postAction and it works fine but I'm facing a problem that when I create the project using dotnet new it asks me for confirmation if I want to run the action:

Can I somehow bypass this and always run the actions? cause when I create the project using rider or vs, I can't specify this answer (yes or no) as this happens during the creation.