Hey guys, i'm trying to run a ci/cd pipeline with ...
# getting-started
r
Hey guys, i'm trying to run a ci/cd pipeline with git actions and i'm facing an issue, probably due to my lack of experience with pulumi, but since i'm using a GCP bucket to store the state files when i run the commands locally everything works fine but as soon as the pipeline runs the commands it can't find the stacks for some reason even after passing the cloud-url where the state files are. I'm using the git action
pulumi/actions@v3
and passing the
cloud-url
and
stack-name
parameters too. Any idea?
Something that i haven't clarified and that i discovered is that, locally the resources seems te be managed by my user
agustinpace
but when the git action runs the commands it uses a
runner
user and it can't see any of the stacks that i created