diff --git a/.circleci/config.yml b/.circleci/config.yml index a5435e68..9844f623 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: