plugins: Add npm packages to etherpad org
parent
c7195b1133
commit
e4a336e875
|
@ -85,3 +85,7 @@ jobs:
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||||
|
- name: Add package to etherpad organization
|
||||||
|
run: npm access grant read-write etherpad:developers
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||||
|
|
Loading…
Reference in New Issue