Skip to content

Commit

Permalink
Remove repo create entitlement from repo entitlements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Jan 6, 2025
1 parent 6e0c6a8 commit a8a15d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a8a15d1

Please sign in to comment.