green-pencil-17360
07/12/2021, 6:13 PMstages: [
{
name: "Source",
actions: [{
name: "Source",
category: "Source",
owner: "ThirdParty",
provider: "Github",
version: "1",
outputArtifacts: ["source_output"],
configuration: {
ConnectionArn: "",
FullRepositoryId: "",
BranchName: "develop",
},
}],
},
Its returning me this error.
Error creating CodePipeline: InvalidActionDeclarationException: ActionType (Category: 'Source', Provider: 'Github', Owner: 'ThirdParty', Version: '1') in action 'Source' is not available in region 'US_WEST_2'
billowy-army-68599
07/12/2021, 6:23 PMgreen-pencil-17360
07/12/2021, 6:34 PMGithub
instead of CodeStarSourceConnection.
It works well with CodeStarSourceConnection
. But it is unable to read the Github
.