https://pulumi.com logo
Title
l

lively-crayon-44649

11/18/2022, 10:44 AM
If I have programs that use the automation API and run them in a GitHub action, is it possible to get their outputs in PR comments as with the "official" Pulumi GH action/app?
l

lemon-agent-27707

11/18/2022, 2:53 PM
My understanding is that if you should be able to get this to work: • Install the github app for the github org you're targeting • Provision a pulumi access token (either team, organization, or personal) that has access to that org • Configure a github action that runs a preview (either via CLI or via Automation API should work) in the same github org, using the access token pointing to a stack in your configured pulumi org