1
0
Fork 0

chore: Get NPM OIDC token before publishing (#2924)

This commit is contained in:
Paul Jankowski 2026-07-16 16:37:39 -04:00 committed by GitHub
parent 2ea665e9af
commit 0a1730e1f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,9 @@ jobs:
git config --global user.name "algolia-bot"
- run:
name: Release if needed
command: bun run release
command: |
export NPM_ID_TOKEN=$(circleci run oidc get --claims '{"aud": "npm:registry.npmjs.org"}')
bun run release
test_playwright:
<<: *playwright
steps: