Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/integrations/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ Follow these official GitHub guides to create a Personal Access Token:
- For **Fine-grained tokens:** Grant **Content: Read & Write** access to the specific repository you plan to use.
- For **Classic tokens:** Enable **repo** and **workflow** permissions.

:::info
When creating a fine-grained Personal Access Token for an organization-owned repository, the token may require admin approval before it becomes active. Until the token is approved, Dreamflow may return a 403 error. Once an organization admin approves the token, you can retry the connection and it should succeed.
:::

#### For GitLab

You can generate a Personal Access Token directly from your GitLab account by following the official documentation:
Expand Down