diff --git a/pkg/connector/repo.go b/pkg/connector/repo.go index 415ea5f..dcb66fd 100644 --- a/pkg/connector/repo.go +++ b/pkg/connector/repo.go @@ -28,7 +28,7 @@ const ( roleRepoAdmin = "REPO_ADMIN" ) -var repositoryRoles = []string{roleRepoRead, roleRepoWrite, roleRepoAdmin, roleRepoCreate} +var repositoryRoles = []string{roleRepoRead, roleRepoWrite, roleRepoAdmin} // Create a new connector resource for an Bitbucket Repository. func repositoryResource(_ context.Context, repository *client.Repos, parentResourceID *v2.ResourceId) (*v2.Resource, error) {