From 6274746d4b2d85f835650aaf27e04555b54ca3d2 Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:11:42 -0400 Subject: [PATCH] Update README.md The token should be GITLAB_TOKEN when set in the shell. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f88df..fda1751 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ gitlab_url=https://my-personal-gitlab-instance.com/ If you don't want to write your authentication token into a dotfile, you may provide it as a shell variable. For instance in your `.bashrc` or `.zshrc` file: ```bash -export AUTH_TOKEN="your_gitlab_token" +export GITLAB_TOKEN="your_gitlab_token" ``` By default, the plugin will interact with MRs against a "main" branch. You can configure this by passing in the `base_branch` option to the `.gitlab.nvim` configuration file for your project.