Skip to content

Commit f7e9a35

Browse files
authored
Docs NPMJS Publish needs permission in gridsuite organization (#762)
Signed-off-by: sBouzols <[email protected]>
1 parent 2d936d8 commit f7e9a35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ To fix this, run this command from the app **after** running "npm install"
3030
#### For integrators
3131

3232
If you want to deploy a new version of commons-ui in the [NPM package registry](https://www.npmjs.com/package/@gridsuite/commons-ui),
33-
you need to follow the steps below:
33+
first you need **some permissions**. You need to be a member of the *gridsuite* organization and a member of the *'developers'* team.
34+
Only in this case, you need to follow the steps below:
3435

3536
- [Make a release action](https://github.com/gridsuite/commons-ui/actions/workflows/release.yml)
3637
- In the 'run workflow' combobox select, let the branch on main
3738
- Enter the type of evolution (major | minor | patch)
3839
- Enter your NPM access token (it must be an **automation** access token to bypass 2FA, see the [access token documentation](https://docs.npmjs.com/creating-and-viewing-access-tokens) for details)
3940
- Click 'run workflow'
4041

42+
Otherwise ask someone who has the permission.
43+
4144
#### License Headers and dependencies checking
4245

4346
To check dependencies license compatibility with this project one locally, please run the following command :

0 commit comments

Comments
 (0)