From 2adcdd24000b0a3ec97b3542244c4ed46cbc5ae1 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 15 Nov 2024 08:55:42 +0100 Subject: [PATCH] update git-pull-request.1 --- man/git-pull-request.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/git-pull-request.1 b/man/git-pull-request.1 index b44859c45..3d8981c00 100644 --- a/man/git-pull-request.1 +++ b/man/git-pull-request.1 @@ -19,7 +19,7 @@ A personal access token is required for making the API call to open the pull req Make sure the personal access token has the right \fBOAuth\fR scopes for the repo(s) . .P -Use \fBgit config \-\-global \-\-add git\-extras\.github\-personal\-access\-token \fR +Use \fBGITHUB_TOKEN\fR environment variable, or \fBgit config \-\-global \-\-add git\-extras\.github\-personal\-access\-token \fR . .P If using multiple accounts, override the global value in the specific repo using \fBgit config git\-extras\.github\-personal\-access\-token \fR