docs: clarify that BUN_AUTH_TOKEN requires registry-url
Without registry-url, the bunfig.toml file is not created, so the BUN_AUTH_TOKEN environment variable has no effect.
This commit is contained in:
parent
735343b667
commit
ab80bd8f06
@ -27,7 +27,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions.
|
|||||||
scope: "@foo"
|
scope: "@foo"
|
||||||
```
|
```
|
||||||
|
|
||||||
If you need to authenticate with a private registry, you can set the `BUN_AUTH_TOKEN` environment variable.
|
If you need to authenticate with a private registry, you can set the `BUN_AUTH_TOKEN` environment variable. Note that this only takes effect when `registry-url` is specified.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user