Skip to content

Commit

Permalink
updates scopes (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLiffen authored Apr 8, 2022
1 parent 4bed1ab commit 3f96839
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 @@ -69,7 +69,7 @@ git clone https://github.com/NickLiffen/ghas-enablement.git
cd ghas-enablement
```

3. Generate your choosen authentication stratergy. You are either able to use a [GitHub App](https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps) or a [Personal Access Token (PAT)](https://github.com/settings/tokens/new). The GitHub App needs to have permissions of `read and write` of `pull requests`, `issues`, `administration`, `contents`. The GitHub PAT needs access to `repo` and `read:org` only.
3. Generate your choosen authentication stratergy. You are either able to use a [GitHub App](https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps) or a [Personal Access Token (PAT)](https://github.com/settings/tokens/new). The GitHub App needs to have permissions of `read and write` of `pull requests`, `issues`, `administration`, `contents`. The GitHub PAT needs access to `repo` and `read:org` only. (if you are running `yarn run getOrgs` you will also need the `read:enterprise` scope).

4. Rename the `.env.sample` to `.env`. On a Mac, this can be done via the following terminal command:

Expand Down

0 comments on commit 3f96839

Please sign in to comment.