mirror of https://github.com/zcash/developers.git
Give directions on authority minimization.
This commit is contained in:
parent
f6b908d3b7
commit
90b50f842e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue