aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-26 21:25:32 +0300
committerValentin Popov <info@valentineus.link>2020-03-26 21:25:32 +0300
commit4431cd50b1846557e79ef005ff4b7f7c93b4e654 (patch)
treee74ebe9de24b1d3c1cdf358b6d6886f06d21a2ad
parentc2ad7f211efca19666f950529830f8d979ec0844 (diff)
downloadeslint-config-4431cd50b1846557e79ef005ff4b7f7c93b4e654.tar.xz
eslint-config-4431cd50b1846557e79ef005ff4b7f7c93b4e654.zip
fix(actions): Updated auth token
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index c812440..29001f1 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,4 +1,4 @@
-name: CI
+name: Publish
on:
create:
@@ -17,6 +17,6 @@ jobs:
with:
cmd: build
- uses: borales/actions-yarn@v2.0.0
- auth-token: ${{ secrets.NPM_AUTH_TOKEN }}
+ "auth-token": ${{ secrets.NPM_AUTH_TOKEN }}
with:
cmd: publish