From e46ad3cdb622651b003e94aab1321a0de3f8fddf Mon Sep 17 00:00:00 2001 From: Pinkesh Date: Tue, 23 Dec 2025 11:57:24 +0530 Subject: [PATCH] Clarify fine-grained Personal Access Token requirements for organization-owned repositories --- docs/integrations/git.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/integrations/git.md b/docs/integrations/git.md index 4b08cf8..aaf7c58 100644 --- a/docs/integrations/git.md +++ b/docs/integrations/git.md @@ -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: