mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
Add auth setup for private registry with scope (#16)
feat: add auth setup to private registry with scope
This commit is contained in:
parent
6be87460e3
commit
830e319e28
7 changed files with 23030 additions and 3503 deletions
|
@ -9,6 +9,12 @@ inputs:
|
|||
description: 'The version of Bun to install. (e.g. "latest", "canary", "0.5.6", <sha>)'
|
||||
default: latest
|
||||
required: false
|
||||
registry-url:
|
||||
required: false
|
||||
description: "Optional registry to set up for auth. Will set the registry in a project level build.toml file, and set up auth to read in from env.BUN_AUTH_TOKEN."
|
||||
scope:
|
||||
required: false
|
||||
description: "Optional scope for authenticating against scoped registries."
|
||||
outputs:
|
||||
bun-version:
|
||||
description: The version of Bun that was installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue