mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
fixed secrets file comment typo
This commit is contained in:
@ -61,7 +61,7 @@ webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
|
||||
# Gitlab personal access token
|
||||
personal_access_token = ""
|
||||
webhook_secret = ""
|
||||
shared_secret = "" # same as shared_secret, kept for backwards compatibility
|
||||
shared_secret = "" # same as webhook_secret, kept for backwards compatibility
|
||||
|
||||
[bitbucket]
|
||||
# For Bitbucket personal/repository bearer token
|
||||
|
Reference in New Issue
Block a user