We have followed the instructions on <https://www....
# install
b
We have followed the instructions on https://www.pulumi.com/docs/guides/continuous-delivery/github-actions/ and https://www.pulumi.com/docs/guides/continuous-delivery/github-app/ but cannot get the pulumi
bot
to integrate and post to the PR. The only way we’ve been able to get it to post anything is to turn on the
COMMENT_ON_PR
flag (along with the
GITHUB_TOKEN
)... but that results in the ugly
pulumi --non-interactive preview
comment coming from
github-actions
bot... Are those docs up-to-date, or are we missing something critical in the setup/configuration? I’ve confirmed that the GitHub App is installed, and has permissions (in GH) to our repository.
^ cross-posted in #general - hoping someone here can help with installation.