diff --git a/services/integration/integration-type/github-account/configs/resource_types_list.go b/services/integration/integration-type/github-account/configs/resource_types_list.go index b769eb368..2ab1a1d53 100644 --- a/services/integration/integration-type/github-account/configs/resource_types_list.go +++ b/services/integration/integration-type/github-account/configs/resource_types_list.go @@ -29,7 +29,6 @@ var TablesToResourceTypes = map[string]string{ "github_tag": "Github/Tag", "github_team": "Github/Team", "github_team_member": "Github/Team/Member", - "github_team_repository": "Github/Team/Repository", "github_tree": "Github/Tree", "github_user": "Github/User", "github_workflow": "Github/Workflow", @@ -70,7 +69,6 @@ var ResourceTypesList = []string{ "Github/Tag", "Github/Team", "Github/Team/Member", - "Github/Team/Repository", "Github/Tree", "Github/User", "Github/Workflow",