github_actions_list_environment_variables
List all environment variables for a specific GitHub Actions environment in a repository. Retrieve variable names and values for configuration management.
Instructions
List environment variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| environment_name | Yes | environment_name | |
| 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)." |