From c2ad7f211efca19666f950529830f8d979ec0844 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 26 Mar 2020 22:24:06 +0400 Subject: fix(actions): Added auth token Signed-off-by: Valentin Popov --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a73e8ea..c812440 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,5 +17,6 @@ jobs: with: cmd: build - uses: borales/actions-yarn@v2.0.0 + auth-token: ${{ secrets.NPM_AUTH_TOKEN }} with: cmd: publish -- cgit v1.2.3