File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
//!
10
10
//! * `DATABASE_URL`: postgres database URL
11
11
//! * `DATABASE_POOL_SIZE`: number of connections to maintain in the pool
12
- //! * `GITHUB_ACCESS_TOKEN`: your access token from GitHub. See
12
+ //! * `GITHUB_ACCESS_TOKEN`: your access token from GitHub. We use a classic token. See
13
13
//! [this page](https://help.github.com/articles/creating-an-access-token-for-command-line-use/)
14
- //! for more information. You shouldn't need to check any of the boxes for granting scopes when
15
- //! creating it.
14
+ //! for more information. You should check the following boxes when selecting scopes:
15
+ //! * `public_repo`;
16
+ //! * `read:user`;
17
+ //! * `write:discussion`.
16
18
//! * `GITHUB_USER_AGENT`: the UA string to send to GitHub (they request that you send your GitHub
17
19
//! username or the app name you registered for the client ID)
18
20
//! * `GITHUB_WEBHOOK_SECRETS`: a comma-delimited string of the secrets used for any ingestion
You can’t perform that action at this time.
0 commit comments