mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 10:09:55 +00:00
Trying to publish with npm token 12
This commit is contained in:
parent
63c73e6235
commit
e291fac336
1 changed files with 5 additions and 0 deletions
|
@ -40,12 +40,17 @@ steps:
|
|||
commands:
|
||||
|
||||
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
|
||||
- echo "registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
|
||||
- npm publish
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
from_secret: npm_token
|
||||
NODE_AUTH_TOKEN:
|
||||
from_secret: npm_token
|
||||
USERNAME:
|
||||
from_secret: npm_username
|
||||
PASSWORD:
|
||||
from_secret: npm_password
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in a new issue