mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
docs: important block
This commit is contained in:
parent
b9c0f542fe
commit
6aaca7beee
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ You can configure multiple package registries using the `registries` input. This
|
||||||
- **Scoped registry with token**: `@scope:https://registry.example.com/|$TOKEN`
|
- **Scoped registry with token**: `@scope:https://registry.example.com/|$TOKEN`
|
||||||
- **Scoped registry with URL credentials**: `@scope:https://username:$PASSWORD@registry.example.com/`
|
- **Scoped registry with URL credentials**: `@scope:https://username:$PASSWORD@registry.example.com/`
|
||||||
|
|
||||||
> **Note**: When using authentication, make sure to set the corresponding environment variables in your workflow steps that need access to the registries.
|
> [!IMPORTANT]
|
||||||
|
> When using authentication, make sure to set the corresponding environment variables in your workflow steps that need access to the registries.
|
||||||
|
|
||||||
For more information about configuring registries in Bun, see the [official documentation](https://bun.sh/docs/install/registries).
|
For more information about configuring registries in Bun, see the [official documentation](https://bun.sh/docs/install/registries).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue