actions-settings
actions-settings copied to clipboard
unable to retrieve app info
I love the idea of running this in an action; I actually found my way here because I have something in my settings config that is causing probot/settings to fail, but debugging that is incredibly frustrating since I can't get any negative feedback from the app.
Unfortunately, I've run into some fatal issues that are blocking me using this too.
When I attempt to run this, using a workflow definition essentially identical to the one in the readme[1], I get the following error: Probot is unable to retrieve app information from GitHub for event subscription verification
[2].
Looking at where probot raises that error[3], it looks like this is caused by failing to get credentials. The comments talk about credentials needed when it is running as an app, but it's not clear to me (node is not my jam) whether it requires that or will work equally well with a github token as shown in this project's readme.
Any ideas what might be going on here?
[1] https://github.com/mattsb42/rhodes/blob/7ac0b11b2044356b680cdcfedf666b8a44add245/.github/workflows/settings.yaml [2] https://github.com/mattsb42/rhodes/commit/672e3eb469cf3eaa5d08bc299c780d95116d40a1/checks?check_suite_id=381214232 [3] https://github.com/probot/probot/blob/28a4d43185b57620508563e07df295b41e92423a/src/webhook-event-check.ts
i am facing same issue. :(
@abhithakre, you might be interested in repo-manager[1]. After playing around with this project and Probot for a while I ended up making that to give a full native GitHub Actions experience.
[1] https://github.com/marketplace/actions/repo-manager
+1