mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Merge pull request #1064 from KennyDizi/main
Fix Bitbucket token name and clean up secrets template
This commit is contained in:
commit
11f85cad62
1 changed files with 3 additions and 3 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