mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-22 01:34:25 -05:00
11 lines
282 B
TOML
11 lines
282 B
TOML
# Secret of Github Webhook to verify the request is from Github
|
|
webhook_secret = "secret"
|
|
|
|
# Github token and repo to regulate
|
|
gh_token = "token"
|
|
gh_repo = "owner/repo"
|
|
|
|
# AI harm classifier token
|
|
harm_classifier_url = "https://example.com/classify"
|
|
harm_classifier_token = "token"
|