Skip to content

Commit 928479e

Browse files
Update READ.ME to specify which scopes are required for GitHub access token (#88)
Co-authored-by: Paul Doyle <[email protected]>
1 parent b627046 commit 928479e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
call-clabot-workflow:
1010
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@master
1111
with:
12-
whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,afujiwara-roblox"
12+
whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,afujiwara-roblox,demelianov-roblox"
1313
use-remote-repo: true
1414
remote-repo-name: "roblox/cla-bot-store"
1515
secrets: inherit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export PATH=$HOME/.foreman/bin:$PATH
4646
```
4747

4848
### Authentication
49-
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).
49+
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.
5050

5151
Use `foreman github-auth` to pass an authentication token to Foreman, or open `~/.foreman/auth.toml` and follow the contained instructions.
5252

0 commit comments

Comments
 (0)