Skip to content

Commit c6bf6f3

Browse files
Update docs with github token scope
1 parent d868034 commit c6bf6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Next, BootstrapProvider, ControlPlaneProvider and InfrastructureProvider can be
6868
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.
6969
7070
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.
71-
Operator might exceed the rate limit of the github API without the token.
71+
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.
7272

7373
Example:
7474
```yaml

0 commit comments

Comments
 (0)