--------------- --------------- In my CICD Im usin...
# pulumi-deployments
s
--------------- --------------- In my CICD Im using:
Copy code
pulumi config set gcp:credentials ${GOOGLE_APPLICATION_CREDENTIALS}
pulumi login <gs://bucket>
s there a bug in Pulumi as I get an error:
error: PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions
l
I'm not sure about the answer to your particular problem. You might have better luck posting in #google-cloud. This channel is for support for a Pulumi Cloud feature: https://www.pulumi.com/docs/pulumi-cloud/deployments/
s
thank you, I solved this. Problem with my cicd 🙂
will send the other bug there