https://pulumi.com logo
#general
Title
# general
s

some-magazine-50810

10/13/2023, 9:22 AM
Hi 👋 I'm currently checking out pulumi for my company and so far I'm enjoying my time with it. Unfortunately I'm stuck setting up
pulumi up
in my github actions 😅 the error I'm getting is that the service account (gcp) does not have permission to create the infra (in this case a cloud function). I can see that the
pulumi up
is using the incorrect service account but I have no clue where it is getting set. does anyone have an idea where I can set the right service account? 🙏
b

billowy-army-68599

10/13/2023, 9:24 AM
although, if yopu’re using github actions you likely want to auth following these instructions, then Pulumi should just work https://github.com/marketplace/actions/authenticate-to-google-cloud
s

some-magazine-50810

10/13/2023, 9:25 AM
thanks 🙏 I'll give it a try
2 Views