modern-quill-17695
02/17/2022, 6:07 PMpulumi up
. Then in the portal, I transfered the project/stack to my organization. Now when I pulumi up/destroy/etc, it's tracked in the organization's portal. Perfect.
I then created a Pulumi Access Token (from my personal account since I can't do that through the organization), and used it with a GitHub Action. The GitHub Action works, but now there's a new copy of the project/stack being tracked in my personal account. The project/stack in the organization is still there but doesn't know anything about trying to be updated by the GitHub Action.
Is there a way to force the GitHub Action to use the organization account? Or is there a way to make a pulumi access token linked to the organization account instead of my personal account?bored-table-20691
02/17/2022, 6:32 PMyour_org/your_stack
pulumi stack ls
you’ll see stacks in your personal account as <stack>
and in your org account as <org>/<stack>
modern-quill-17695
02/17/2022, 6:43 PMbored-table-20691
02/17/2022, 6:48 PM