From 6aaca7beee30fbc8b1ef2a6ca516304d090f8765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 8 Jul 2025 22:47:10 +0200 Subject: [PATCH] docs: important block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b08036c..7e66648 100644 --- a/README.md +++ b/README.md @@ -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 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).