aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-26 21:24:06 +0300
committerValentin Popov <info@valentineus.link>2020-03-26 21:24:06 +0300
commitc2ad7f211efca19666f950529830f8d979ec0844 (patch)
tree97c25ee9d61c44840afebf55ce50824eeef866c5
parente214aeb8a58cec914fc0483990b0e1db99b137f0 (diff)
downloadeslint-config-c2ad7f211efca19666f950529830f8d979ec0844.tar.xz
eslint-config-c2ad7f211efca19666f950529830f8d979ec0844.zip
fix(actions): Added auth token
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
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