feat: registry parsing

This commit is contained in:
Jozef Steinhübl 2025-07-08 20:52:02 +02:00
parent 9bb0f8cde8
commit 93e48f74e9
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
6 changed files with 239 additions and 15 deletions

View file

@ -191,12 +191,10 @@ jobs:
id: setup_bun
with:
registries: |
[
{
"url": "https://username:password@registry.myorg.com/",
"scope": "@myorg"
}
]
https://registry.npmjs.org/
@myorg:https://username:password@registry.myorg.com/
@another:https://registry.another.com/
@partner:https://registry.partner.com/|basic_token
- name: Run Bun
id: run_bun