Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for creating organization access tokens #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</p>

<p>
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{' '}
<a
target="_blank"
href="https://docs.github.com/en/organizations/managing-programmatic-access-to-your-organization/setting-a-personal-access-token-policy-for-your-organization"
rel="noreferrer"
>
Setting a personal access token policy for your organization.
</a>{' '}
</p>
<h3 className={styles.instructionTitle}>
Generating a Personal Access Token
</h3>
Expand Down