Skip to content

Commit 75dbb5c

Browse files
authored
Update conversion instructions (#450)
1 parent 29882bc commit 75dbb5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/how_to_guides/convert_repo_from_repo.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ See [hecklist below for details:
1515
## Checklist for Adoption
1616

1717
- [ ] Add a GitHub [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token), preferably from a "machine user" GitHub
18-
account that has write access to the repository. The token will need "public_repo", and "repo:status" permissions. Save the token as `ADMIN_GITHUB_TOKEN`
18+
account that has admin access to the repository. The token itself will
19+
need "public_repo", and "repo:status" permissions. Save the token as
20+
`ADMIN_GITHUB_TOKEN`
1921
in the [repository secrets](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository). We need this
2022
access token to allow for branch protection rules, which block the pushing
2123
of commits when using the `GITHUB_TOKEN`, even when run from an admin user

0 commit comments

Comments
 (0)