mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
📦 ci: Update npm authentication token for publishing in workflow
This commit is contained in:
parent
932474c44e
commit
0a4da06fe1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/data-schemas.yml
vendored
2
.github/workflows/data-schemas.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: cd packages/data-schemas && npm run build
|
||||
|
||||
- name: Set up npm authentication
|
||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PUBLISH_NPM_TOKEN }}" > ~/.npmrc
|
||||
|
||||
- name: Check version change
|
||||
id: check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue