plugins: Add npm packages to etherpad org

pull/5363/head
Richard Hansen 2022-01-20 20:27:48 -05:00
parent c7195b1133
commit e4a336e875
1 changed files with 4 additions and 0 deletions

View File

@ -85,3 +85,7 @@ jobs:
- run: npm publish
env:
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}}