Skip to content

Commit 8a1eb79

Browse files
authored
clarified orb publish permissions
1 parent d8fda2a commit 8a1eb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/using-orbs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before using orbs, you may find it helpful to understand the various design deci
2626
- Production orbs are always semantic versioned (semver’d) - CircleCI allows development orbs that have versions that start with dev:.
2727
- Production orbs are immutable - Once an orb has been published to a semantic version, the orb cannot be changed. This prevents unexpected breakage or changing behaviors in core orchestration.
2828
- One registry (per install) - Each installation of CircleCI, including circleci.com, has only one registry where orbs can be kept.
29-
- Organization Admins publish production orbs. Organization members publish development orbs - All namespaces are owned by an organization. Only the admin(s) of that organization can publish/promote a production orb. All organization members can publish development orbs.
29+
- The ability to create and modify orbs are scoped. Only Organization admin(s) can publish/promote production orbs. Once an initial orb is created, organization members can publish development orbs against it. Note that all orb namespaces are owned by an organization.
3030

3131
### Orb Structure
3232

0 commit comments

Comments
 (0)