-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).
Description
Referring to this issue:
integrations/terraform-provider-github#793
In the Terraform AWS Provider we make a call to:
client.Actions.ListSelectedReposForOrgSecret
But based on the API it will only return 30 results per page and we need to paginate over the rest to get the full list of repositories.
ListSelectedReposForOrgSecret however does not support passing in ListOptions to do this.
gmlewis
Metadata
Metadata
Assignees
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).