From 928479e1cdce9e9adc6ae0c80fa48e11261a8899 Mon Sep 17 00:00:00 2001 From: demelianov-roblox <156944162+demelianov-roblox@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:49:03 -0800 Subject: [PATCH] Update READ.ME to specify which scopes are required for GitHub access token (#88) Co-authored-by: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> --- .github/workflows/clabot.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.