fix(actions): Updated auth token
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
c2ad7f211e
commit
4431cd50b1
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user