Rest API Webhook Permissions Issue #79277
Replies: 1 comment
-
|
I have the same issue. Did you find a fix @friendlymatthew ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Note: I've read the docs
--
I face a permissions error when I send a POST request to create a webhook through my web app. I've used
Next-authto authenticate with Github, created a Github app and allowed read and write webhook permissions.This is how my request looks like:
Unfortunately, I still face this error:
{ "message": "Failed to create webhook", "error": { "message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook" } }Beta Was this translation helpful? Give feedback.
All reactions