As part of a workflow we have a job that pushes an update to the github repo (which is part of github org account). This used to work and seems to have stopped working a couple of days ago.
----- The error is displayed below ------
Pushing changes to ‘origin’
ERROR: You must verify your email address.
See https://github.com/settings/emails.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ERROR: Hit an unknown Git error. Exit code: 128. Stderr: see output above in the log. Stdout:
Exited with code 1
After ssh to the box suggested (ssh -p host), have checked:
user.name, user.email and push.default that the settings are good and that the user.email value matches the email associated with user.name in github and the email is verified.
A manual attempt to push from the box seems to work. I have reached out to github support and waiting to hear back.
Is there anything I could check in circleCI that could help?
Thanks