Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
//!
//! * `DATABASE_URL`: postgres database URL
//! * `DATABASE_POOL_SIZE`: number of connections to maintain in the pool
//! * `GITHUB_ACCESS_TOKEN`: your access token from GitHub. See
//! * `GITHUB_ACCESS_TOKEN`: your access token from GitHub. We use a classic token. See
//! [this page](https://help.github.com/articles/creating-an-access-token-for-command-line-use/)
//! for more information. You shouldn't need to check any of the boxes for granting scopes when
//! creating it.
//! for more information. You should check the following boxes when selecting scopes:
//! * `public_repo`;
//! * `read:user`;
//! * `write:discussion`.
//! * `GITHUB_USER_AGENT`: the UA string to send to GitHub (they request that you send your GitHub
//! username or the app name you registered for the client ID)
//! * `GITHUB_WEBHOOK_SECRETS`: a comma-delimited string of the secrets used for any ingestion
Expand Down