I have already authenticated the GitHub account.
My AWS CodePipeline is failing with this error:
CLIENT_ERROR: authorization failed for primary source and source version
I have already authenticated the GitHub account.
My AWS CodePipeline is failing with this error:
CLIENT_ERROR: authorization failed for primary source and source version
CodeBuild role needs permission to access and use CodePipeline connection:
Disconnecting and re-authenticating to GutHub in CodeBuild of the job fixed this error for me.
Make sure that you still have access to the access token used to connect to GitHub before disconnecting from it!
Access tokens can be set up/found here on your GitHub profile.
Select Source

Edit Source (disconnect and reconnect)

3.Enter access token and Save.