Skip to content

Actions Secrets do not support ListOptions #1882

@threeseed

Description

@threeseed

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.

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).

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions