Fetching all reposotories of the GitHub Actions Organization.
curl --location --request GET 'https://api.github.com/orgs/actions/repos' \Some endpoints return a large number of items, such as repos. To keep responses fast, paginated requests return a subset of the items. You can request the next subset of items using the page query parameter.
curl --location --request GET 'https://api.github.com/orgs/actions/repos?page=1&per_page=10'