mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-17 03:45:28 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
committed by
Vlad Vladov
parent
e04e25385d
commit
652e8910f4
@@ -122,18 +122,19 @@ export const AddBitbucketProvider = () => {
|
|||||||
<ExternalLink className="w-fit text-primary size-4" />
|
<ExternalLink className="w-fit text-primary size-4" />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="text-muted-foreground text-sm">
|
<p className="text-muted-foreground text-sm">
|
||||||
Make sure to create an API Token with the following permissions:
|
Make sure to create an API Token with the following
|
||||||
|
permissions:
|
||||||
</p>
|
</p>
|
||||||
<ul className="list-disc list-inside ml-4 text-sm text-muted-foreground">
|
<ul className="list-disc list-inside ml-4 text-sm text-muted-foreground">
|
||||||
<li>Account: Read</li>
|
<li>Account: Read</li>
|
||||||
<li>Workspace membership: Read</li>
|
<li>Workspace membership: Read</li>
|
||||||
<li>Projects: Read</li>
|
<li>Projects: Read</li>
|
||||||
<li>Repositories: Read</li>
|
<li>Repositories: Read</li>
|
||||||
<li>Pull requests: Read</li>
|
<li>Pull requests: Read</li>
|
||||||
<li>Webhooks: Read and write</li>
|
<li>Webhooks: Read and write</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<FormField
|
<FormField
|
||||||
control={form.control}
|
control={form.control}
|
||||||
|
|||||||
Reference in New Issue
Block a user