plugins: Add npm packages to etherpad org

This commit is contained in:
Richard Hansen 2022-01-20 20:27:48 -05:00
parent c7195b1133
commit e4a336e875

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}}