TD-237: Add NPM token (#5)

This commit is contained in:
Rinat Arsaev 2022-03-23 16:54:19 +03:00 committed by GitHub
parent 5e9a9109f1
commit ee28df231b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,5 @@ jobs:
- name: Build
run: npm run codegen
- uses: valitydev/action-frontend/publish@v0.1
with:
npm-token: ${{ secrets.NPM_TOKEN }}