github_actions_get_environment_secret
Retrieve a specific secret from a GitHub Actions environment by providing the repository and environment details.
Instructions
Get an environment secret
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| environment_name | Yes | environment_name | |
| secret_name | Yes | secret_name |