Add user
step
Add an NPM user to an organization.
Specification
npm
Required
object
An object of NPM configuration
npm.
token
Required
string
An NPM access token
npm.
organization
Required
string
The name of the organization you would like to add a user to.
user
Required
string
The username of the npm user you would like to add to your organization
role
Optional
string
The role you would like to give to the user.
Example step configuration
name: npm-add-user
image: relaysh/npm-step-user-add
spec:
npm:
token: !Secret npm-token
organization: !Parameter npmOrganization
user: !Parameter npmUser
role: !Parameter npmRole