mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
fixed secrets file comment typo
This commit is contained in:
parent
68f2cec077
commit
67b46e7f30
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
|
||||||
# Gitlab personal access token
|
# Gitlab personal access token
|
||||||
personal_access_token = ""
|
personal_access_token = ""
|
||||||
webhook_secret = ""
|
webhook_secret = ""
|
||||||
shared_secret = "" # same as shared_secret, kept for backwards compatibility
|
shared_secret = "" # same as webhook_secret, kept for backwards compatibility
|
||||||
|
|
||||||
[bitbucket]
|
[bitbucket]
|
||||||
# For Bitbucket personal/repository bearer token
|
# For Bitbucket personal/repository bearer token
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue