Give directions on authority minimization.

This commit is contained in:
Nate Wilcox 2023-08-28 14:05:21 -06:00
parent f6b908d3b7
commit 90b50f842e
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ The scripts provided by this project require two environment variables:
- `GITHUB_TOKEN`: a GitHub API token with permission to read the necessary repositories.
- `ZENHUB_TOKEN`: a ZenHub API token.
You can generate a GitHub token with [this url](https://github.com/settings/tokens/new).
You can generate a GitHub token with [this url](https://github.com/settings/tokens/new). This
token should not have any excess authority; it only needs public read access! Make sure all of
those extra capability checkboxes are unchecked.
The DAG script depends upon graphql APIs for github which can be generated
using the following example script: