Skip to content

Commit

Permalink
Update docs with github token scope
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-demicev committed Jun 7, 2023
1 parent d868034 commit c6bf6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Next, BootstrapProvider, ControlPlaneProvider and InfrastructureProvider can be
If provider requires variables to be set, a secret containing them has to be created and it has to be in the same namespace as the provider.
It's also recommended to include github-token in the secret. This token is used to fetch the provider repository and it is required for the provider to be installed.
Operator might exceed the rate limit of the github API without the token.
Operator might exceed the rate limit of the github API without the token. Similarly to [clusterctl](https://cluster-api.sigs.k8s.io/clusterctl/overview.html?highlight=github_token#avoiding-github-rate-limiting), the token need only `repo` scope.

Example:
```yaml
Expand Down

0 comments on commit c6bf6f3

Please sign in to comment.