From 301dd94c17ff5db580136bea2314a5f21b79a51d Mon Sep 17 00:00:00 2001 From: demelianov-roblox <156944162+demelianov-roblox@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:06:17 -0800 Subject: [PATCH] Update READ.ME to specify which scopes are required for GitHub access token --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab84eb..6b4cb64 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ export PATH=$HOME/.foreman/bin:$PATH ``` ### Authentication -To install tools from a private GitHub repository, Foreman supports authenticating with a [Personal Access Token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). +To install tools from a private GitHub repository, Foreman supports authenticating with a [Personal Access Token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). When creating the token in GitHub, make sure to grant access to the `repo` scope. Use `foreman github-auth` to pass an authentication token to Foreman, or open `~/.foreman/auth.toml` and follow the contained instructions.