Recently, I've started experiencing failures in my deployments in CodeDeploy. This problem is always happening at the Download Bundle phase, which is logging the following error:
Error CodeUnknownError
Script Name
MessageCould not download bundle at 'https://api.github.com/repos/org_name/repo_name/tarball/commit' after 3 retries. Server returned codes: 401 'Unauthorized'; 401 'Unauthorized'; 401 'Unauthorized'; 401 'Unauthorized'.
Log Tail
I already authorized CodeDeploy access for my organization.
Thanks in advance!