Skip to content

Commit

Permalink
Update READ.ME to specify which scopes are required for GitHub access…
Browse files Browse the repository at this point in the history
… token
  • Loading branch information
demelianov-roblox authored Jan 19, 2024
1 parent b627046 commit 301dd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 301dd94

Please sign in to comment.