I’m trying to use use GitHUB-Trigger-Node to collect Push-Events. I’ve created on my GitHUB-account a personal access token (activated scopes: repo, user, project) as well as a fine-grained token (User permissions: Read access to user events; Repository permissions: This token does not have any repository permissions).
The webhook-URL on n8n-side is equal to the payload-URL on GitHUB (Repo-Settings: Content-type: application/json; SSL varification: enabled)
No, but if I use fine-grained Token, I get by executing a test “Cannot read properties of undefined (reading ‘httpCode’)”.
I tested a simple webhook-trigger flow. A request using the “ngrok-url” failes.
May be the reason is ngrok. The log lists a lot of ngrok Errors 727. Thie means that the ngrok account has reached its HTTP requests limit for the month.
I’m surprised, for I startet working yesterday after the holidays.