Is there run pulumi up from python with out using ...
# getting-started
g
Is there run pulumi up from python with out using popen. I'm try have git action to run behave, and use behave package to run pulumi up. But for some reason when I try to run pulumi up form subprocess it does retain the aws creds
l
Are you using environment variables to configure the default provider? Environment is not automatically passed to a subprocess. You need to create your subprocess with the correct env.
g
I am passing the environmental vars through
@little-cartoon-10569 It actually appears to be a config error, because when I just us the pulumi github action I still get the access error