From e46ad3cdb622651b003e94aab1321a0de3f8fddf Mon Sep 17 00:00:00 2001 From: Pinkesh Date: Tue, 23 Dec 2025 11:57:24 +0530 Subject: [PATCH 1/2] 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: From 35040c96dd226a2eddb6846d896acacc8f918ffc Mon Sep 17 00:00:00 2001 From: Pooja Bhaumik Date: Mon, 5 Jan 2026 16:53:04 +0530 Subject: [PATCH 2/2] Update docs/integrations/git.md --- docs/integrations/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/git.md b/docs/integrations/git.md index aaf7c58..cf72abe 100644 --- a/docs/integrations/git.md +++ b/docs/integrations/git.md @@ -164,7 +164,7 @@ Follow these official GitHub guides to create a Personal Access Token: - 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. +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. After the approval, you can retry the connection and it should succeed. ::: #### For GitLab