Skip to content

Commit 73884aa

Browse files
committed
Update doc with bitbucket tokens and scope
1 parent 9a83e0f commit 73884aa

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ The config file carries your Atlassian email and a way to retrieve your
2323
Bitbucket API token. Create an API token at
2424
<https://id.atlassian.com/manage-profile/security/api-tokens>.
2525

26+
You need to generate a scope token (general ones doesn't work, don't know why) and add this scopes:
27+
28+
```
29+
read:account
30+
read:me
31+
read:pipeline:bitbucket
32+
read:pullrequest:bitbucket
33+
read:repository:bitbucket
34+
read:user:bitbucket
35+
read:workspace:bitbucket
36+
37+
write:pullrequest:bitbucket
38+
write:repository:bitbucket
39+
write:user:bitbucket
40+
```
41+
2642
### Recommended: fetch the token from a command
2743

2844
The recommended form keeps the token out of the config file by having

0 commit comments

Comments
 (0)