chore: add misisng npm token

This commit is contained in:
Geoffroy Empain 2020-12-02 17:02:14 +01:00
parent 8786e79284
commit 319238dde7

View File

@ -23,6 +23,7 @@ jobs:
env:
RELEASE_DEPLOY_KEY: ${{ secrets.RELEASE_DEPLOY_KEY }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: "Lint"
run: npm run lint
- name: "test"