Skip to content

Commit ed21492

Browse files
authored
docs: use netlify env to set NIMBELLA_LOGIN_TOKEN (#7)
1 parent 884339f commit ed21492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can use the Nimbella add-on for Netlify with your existing Nimbella account.
4747
nim auth export --non-expiring
4848
```
4949

50-
2. Next, visit [`https://app.netlify.com/sites/<your-site-name>/settings/deploys#environment`](https://app.netlify.com/sites/<your-site-name>/settings/deploys#environment) to create an environment variable named `NIMBELLA_LOGIN_TOKEN` and provide the the token you just obtained as its value.
50+
2. Next, run the following command `netlify env:set NIMBELLA_LOGIN_TOKEN <token>` to create an environment variable named `NIMBELLA_LOGIN_TOKEN` and provide the token you just obtained as its value.
5151

5252
### Minimal Netlify TOML Configuration
5353

0 commit comments

Comments
 (0)