Trying to debug why when I configure a webhook man...
# atlantis-community
n
Trying to debug why when I configure a webhook manually, I get atlantis to autoplan. When I'm using my Github app, it does not. I see in the app config I have configured it to subscribe to the push event. On the advanced page for the app, I see a
push
event that has received a valid 200 response. I don't see any corresponding log lines from Atlantis though. If I comment
atlantis plan
, atlantis does its thing and comments back correctly. If I re-enable the webhook I manually created, updating the tf file in the same way caues the autoplan to work. Any ideas how to get the github app working?
p
I think I had an issue like this
and I believe it was bad permission on the app
you can try adding everything and then see if it works ( if you can )
n
finally got it working after a lot of trial and error. Documented what I ended up with here https://github.com/runatlantis/atlantis/issues/2074#issuecomment-2048477931
p
mmm interesting