Since after September 2nd, I’ve noticed that the deploy hook for my project is no longer triggering builds. I typically have a GitHub action hit the hook url, but manually hitting it with curl is also no longer working. All of the responses from the hook url are giving valid JSON with status: PENDING
Can someone from Vercel please check the job logs to help me figure out what’s wrong? Some recent job IDs:
I checked the logs and see “deployment is blocked due to insufficient permissions. The github user DELETED ACCOUNT is not part of the team.” Can you check your git metadata matches your GitHub account?
What I was asking about is specifically for your local commit settings. Can you double check that git config --global user.email returns the same email?
Starting getting an issue like this today on my production branch. Deployments are starting from my preview but when I merge to or commit to my production branch no deployment starts. Big problem!!!
Also I am unable to manually start a deployment for the production branch. I get “An unexpected internal error occurred”.