mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Fix invalid token name
This commit is contained in:
parent
3a77652660
commit
68ef11a2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ bearer_token = ""
|
||||||
|
|
||||||
[bitbucket_server]
|
[bitbucket_server]
|
||||||
# For Bitbucket Server bearer token
|
# For Bitbucket Server bearer token
|
||||||
auth_token = ""
|
bearer_token = ""
|
||||||
webhook_secret = ""
|
webhook_secret = ""
|
||||||
|
|
||||||
# For Bitbucket app
|
# For Bitbucket app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue