Skip to content

Commit 600d086

Browse files
committed
feat: remove github.api_token configuration option
1 parent 80b65c1 commit 600d086

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example-config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ port="8000" # The port number the server is listening on.
2020
# Settings for GitHub
2121
[github]
2222
# If commented, these secrets are read from environment
23-
# variables: GITHUB_ACCESS_TOKEN and GITHUB_WEBHOOK_SECRET
24-
api_token="secret"
23+
# variables: GITHUB_WEBHOOK_SECRET
2524
webhook_secret="secret"
2625
app_id="0" # The GitHub App ID
2726

0 commit comments

Comments
 (0)