diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml index 980fe66..d06d037 100644 --- a/.github/workflows/clabot.yml +++ b/.github/workflows/clabot.yml @@ -9,7 +9,7 @@ jobs: call-clabot-workflow: uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@master with: - whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,afujiwara-roblox" + whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,afujiwara-roblox,demelianov-roblox" use-remote-repo: true remote-repo-name: "roblox/cla-bot-store" secrets: inherit 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.