Skip to content

Commit d352dfc

Browse files
authored
Add link to github page to create new Personal Access Token (#90)
1 parent 6b44970 commit d352dfc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ environments.
3737
```
3838
https://github.com/couchbaselabs/cbdinocluster/releases
3939
```
40+
41+
- [Generate personal access token (classic)](https://github.com/settings/tokens) with `read:packages` to access
42+
non-public server builds on the GitHub Package Registry.
43+
See [Managing your personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
44+
4045
- Setup cbdinocluster
4146
```
4247
./cbdinocluster init

cmd/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ var initCmd = &cobra.Command{
286286
fmt.Printf("-- GitHub Configuration\n")
287287
fmt.Printf("This is used to access non-public server builds on the GitHub Package Registry,\n")
288288
fmt.Printf("the personal access token must allow the 'read:packages' scope.\n")
289+
fmt.Printf(" (see: https://github.com/settings/tokens)\n")
289290

290291
flagDisableGithub, _ := cmd.Flags().GetBool("disable-github")
291292
flagGithubToken, _ := cmd.Flags().GetString("github-token")

0 commit comments

Comments
 (0)