Hi :wave: I'm currently checking out pulumi for m...
# general
s
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
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
thanks 🙏 I'll give it a try