Skip to content

Commit aafa9af

Browse files
authored
clarified who can do what
1 parent d8fda2a commit aafa9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/orb-author.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you create your first orb, please see the following notes:
1919
* Each organization or username can claim one unique namespace.
2020
* Namespaces are global within the CircleCI orb registry, so pick a unique name!
2121
* Only users with "owner"/"administrator" privileges within a given GitHub/Bitbucket organization can create a namespace linked to that organization.
22-
* Any org member can publish `dev` orbs, but only admins can create new orb names or publish production orbs.
22+
* Once an orb has been created by an org admin, any org member can publish `dev` orbs. When ready, `dev` orbs can be promoted into production by org admins.
2323
* When stored as a project environment variable or Contexts resource, an [API token]({{ site.baseurl }}/2.0/managing-api-tokens) generated by an org admin can help automate the orb publishing process, enabling _any_ org member to potentially publish a production orb by using the [CircleCI CLI]({{ site.baseurl }}/2.0/local-cli/) in a CircleCI job.
2424
* To use the orbs you create, you will need to enable the "Allow Uncertified Orbs" setting in the Security section of CircleCI's Organization Settings page for your organization (`https://circleci.com/[vcs]/organizations/[org-name]/settings#security`).
2525
* If you are creating an orb, you can use development versions to avoid having your orb publicly/permanently listed in CircleCI's orb registry before it is ready.

0 commit comments

Comments
 (0)