feat: support for multiple registries

This commit is contained in:
Jozef Steinhübl 2024-11-16 11:56:08 +01:00
parent 7c641390eb
commit c623269aa2
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
6 changed files with 332 additions and 22 deletions

View file

@ -22,7 +22,10 @@ inputs:
description: The URL of the package registry to use for installing Bun. Set the $BUN_AUTH_TOKEN environment variable to authenticate with the registry.
scope:
required: false
description: The scope for authenticating with the package registry.
description: "The scope for authenticating with the package registry."
registries:
required: false
description: "An object of package registries mapped by scope for authenticating with the package registry."
no-cache:
required: false
type: boolean