mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Added missing OAuth permission for Bitbucket remote
This commit is contained in:
parent
7fc07e1430
commit
d9d85f02d4
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ You must register your application with Bitbucket in order to generate a Client
|
|||
Please use `http://drone.mycompany.com/authorize` as the Authorization callback URL. You will also need to check the following permissions:
|
||||
|
||||
* Account:Email
|
||||
* Account:Read
|
||||
* Team Membership:Read
|
||||
* Repositories:Read
|
||||
* Webhooks:Read and Write
|
||||
|
@ -46,4 +47,4 @@ Please use `http://drone.mycompany.com/authorize` as the Authorization callback
|
|||
This section details known issues and planned features:
|
||||
|
||||
* Pull Request support
|
||||
* Mercurial support
|
||||
* Mercurial support
|
||||
|
|
Loading…
Reference in a new issue