Skip to content

Commit

Permalink
Document required GitHub API scopes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jun 22, 2021
1 parent 315367c commit 96e52cc
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Occurred: {{humanize .OccurredAt}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`repo:status`, `public_repo`, `read:user`.

### Your recent pull requests

Expand All @@ -88,7 +89,8 @@ Repository URL: {{.Repo.URL}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`repo:status`, `public_repo`, `read:user`.

### Repositories you recently starred

Expand All @@ -101,7 +103,8 @@ Stars: {{.Stargazers}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`repo:status`, `public_repo`, `read:user`.

### Repositories you recently created

Expand All @@ -114,7 +117,8 @@ Stars: {{.Stargazers}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`repo:status`, `public_repo`, `read:user`.

### Recent releases you contributed to

Expand All @@ -127,7 +131,8 @@ Published: {{humanize .LastRelease.PublishedAt}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`repo:status`, `public_repo`, `read:user`.

### Your published gists

Expand All @@ -140,7 +145,8 @@ Created: {{humanize .CreatedAt}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`repo:status`, `public_repo`, `read:user`.

### Your latest followers

Expand All @@ -153,7 +159,8 @@ URL: {{.URL}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`read:user`.

### Your sponsors

Expand All @@ -167,7 +174,8 @@ Created: {{humanize .CreatedAt}}
{{end}}
```

This function requires GitHub authentication!
This function requires GitHub authentication with the following API scopes:
`repo:status`, `public_repo`, `read:user`, `read:org`.

### Your GoodReads reviews

Expand Down

0 comments on commit 96e52cc

Please sign in to comment.