From d9d85f02d49fb71d1f3ba24eea5bf9e35773ae09 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Wed, 28 Oct 2015 14:50:09 -0500 Subject: [PATCH] Added missing OAuth permission for Bitbucket remote --- docs/setup/bitbucket.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/setup/bitbucket.md b/docs/setup/bitbucket.md index e1ab00d5..41c6bc11 100644 --- a/docs/setup/bitbucket.md +++ b/docs/setup/bitbucket.md @@ -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 \ No newline at end of file +* Mercurial support