Hi! If I run my Pulumi integration tests with Baze...
# automation-api
g
Hi! If I run my Pulumi integration tests with Bazel, I run into trouble because the ~/.pulumi/credentials.json file is inaccessible. Is it possible to log in some other way, that doesn’t require accessing the host file system?
b
You could use the
PULUMI_ACCESS_TOKEN
environment variable. https://www.pulumi.com/docs/reference/cli/environment-variables/
👍 1