fix(actions): Added auth token

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-03-26 22:24:06 +04:00
parent e214aeb8a5
commit c2ad7f211e
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -17,5 +17,6 @@ jobs:
with: with:
cmd: build cmd: build
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v2.0.0
auth-token: ${{ secrets.NPM_AUTH_TOKEN }}
with: with:
cmd: publish cmd: publish