github_actions_list_org_variables
List all GitHub Actions variables for a specified organization. Supports pagination to manage result sets.
Instructions
List organization variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| per_page | No | The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |