mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
ci: switch publish-memory-graph to trusted publishing
This commit is contained in:
parent
3f78545781
commit
3c020fd93e
1 changed files with 2 additions and 4 deletions
6
.github/workflows/publish-memory-graph.yml
vendored
6
.github/workflows/publish-memory-graph.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Setup Bun
|
||||
|
|
@ -38,7 +39,4 @@ jobs:
|
|||
run: bun run build
|
||||
|
||||
- name: Publish
|
||||
run: pnpm publish --access public --verbose
|
||||
env:
|
||||
NPM_CONFIG_PROVENANCE: true
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: npm publish --access public --provenance
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue