https://pulumi.com logo
#automation-api
Title
# automation-api
g

gorgeous-accountant-60580

07/28/2022, 9:02 PM
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

bored-oyster-3147

07/28/2022, 10:11 PM
You could use the
PULUMI_ACCESS_TOKEN
environment variable. https://www.pulumi.com/docs/reference/cli/environment-variables/
👍 1
11 Views