@@ -61,7 +61,7 @@ await downloadTemplate('private-org/private-repo', {
61611 . Go to [ GitHub Settings > Developer Settings > Personal Access Tokens] ( https://github.com/settings/tokens )
62622 . Click "Generate new token (classic)"
63633 . Select scopes:
64- - ` repo ` - Full control of private repositories
64+ - ` repo ` - Full control of private repositories
65654 . Copy the generated token
6666
6767``` bash
@@ -76,14 +76,14 @@ For more security, use fine-grained tokens:
76761 . Go to [ GitHub Settings > Developer Settings > Fine-grained tokens] ( https://github.com/settings/tokens?type=beta )
77772 . Select the repository or organization
78783 . Set permissions:
79- - Repository permissions > Contents > Read-only
79+ - Repository permissions > Contents > Read-only
80804 . Generate and copy token
8181
8282### GitLab Personal Access Token
8383
84841 . Go to [ GitLab Settings > Access Tokens] ( https://gitlab.com/-/profile/personal_access_tokens )
85852 . Create a new token with:
86- - ` read_repository ` scope
86+ - ` read_repository ` scope
87873 . Copy the generated token
8888
8989``` bash
@@ -95,7 +95,7 @@ gitit gitlab:private-org/private-repo
9595
96961 . Go to [ Bitbucket Settings > App passwords] ( https://bitbucket.org/account/settings/app-passwords/ )
97972 . Create an app password with:
98- - ` Repositories: Read ` permission
98+ - ` Repositories: Read ` permission
99993 . Use format ` username:app_password `
100100
101101``` bash
0 commit comments