You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The general overview of what you will need to do:
40
40
4. Configure the `.env` file:
41
41
42
42
1. Copy `.env.sample` to `.env`
43
-
2.`GITHUB_API_TOKEN`: This is a token needed for Triagebot to send requests to GitHub. Go to GitHub Settings > Developer Settings > Personal Access Token, and create a new token. The `repo` permission should be sufficient.
43
+
2.`GITHUB_TOKEN`: This is a token needed for Triagebot to send requests to GitHub. Go to GitHub Settings > Developer Settings > Personal Access Token, and create a new token. The `repo` permission should be sufficient.
44
44
If this is not set, Triagebot will also look in `~/.gitconfig` in the `github.oauth-token` setting.
45
45
3.`DATABASE_URL`: This is the URL to the database. See [Configuring a database](#configuring-a-database).
46
46
4.`GITHUB_WEBHOOK_SECRET`: Enter the secret you entered in the webhook above.
0 commit comments