From 52a9f11ea411eb59d14ce53a32797e0656836354 Mon Sep 17 00:00:00 2001 From: "Mike P. Sinn" <2808553+mikepsinn@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:34:29 -0600 Subject: [PATCH] Add instructions for creating organization access tokens --- .../dashboard/community/overview/deploy/Token.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/renderer/src/pages/dashboard/community/overview/deploy/Token.tsx b/src/renderer/src/pages/dashboard/community/overview/deploy/Token.tsx index a32553e..b97a230 100644 --- a/src/renderer/src/pages/dashboard/community/overview/deploy/Token.tsx +++ b/src/renderer/src/pages/dashboard/community/overview/deploy/Token.tsx @@ -20,6 +20,19 @@ export const Token: FC = memo(function Deploy() { Gov4Git requires access to a Personal Access Token in order to manage the newly deployed community repo.

+ +

+ To set your organization as the resource owner when generating a personal access token, your organization must opt into fine-grained personal access tokens. + If your organization has not already opted in, you will not see it as an option. + You can check and set this policy by following the steps in{' '} + + Setting a personal access token policy for your organization. + {' '} +

Generating a Personal Access Token