When deploying with the Github Extension 3.4 I’m getting this error
Problem creating hooks {"name":"send-initial-password-reset","triggerId":"post-change-password"}
APIError: {"statusCode":403,"error":"Forbidden","message":"Insufficient scope, expected any of: create:hooks","errorCode":"insufficient_scope"}
when trying to add a new hook in hooks/ folder. (This is the first hook in the gh repo).
But it looks like create:hooks is in the scopes in latest version, e.g. here auth0-deploy-extensions/github.json at master · auth0-extensions/auth0-deploy-extensions · GitHub