push-protected
push-protected copied to clipboard
RuntimeError: Response did not return the expected status code from request
RuntimeError: Response did not return the expected status code from request 'https://api.github.com/repos/myorg/myrepo/branches/main'. Status code: 401 (expected: 200). Response: {'message': 'Bad credentials', 'documentation_url': 'https://docs.github.com/rest'}
I changed nothing but got this error from my github actions wf. Does it have something to do with the newest 2fa rules of github?
Found the same error.
Could you provide a reference to a github actions run where this happened and the workflow file that triggered it?