1 parent 9a83e0f commit 73884aaCopy full SHA for 73884aa
1 file changed
README.md
@@ -23,6 +23,22 @@ The config file carries your Atlassian email and a way to retrieve your
23
Bitbucket API token. Create an API token at
24
<https://id.atlassian.com/manage-profile/security/api-tokens>.
25
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
42
### Recommended: fetch the token from a command
43
44
The recommended form keeps the token out of the config file by having
0 commit comments