actionsforge/GitHub Environment Configuration
Configure your GitHub environments from a declarative YAML configuration using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to the YAML configuration file containing environment settings | no | .github/environments.yaml |
| dry-run | Run in dry-run mode (no changes will be made) | no | false |
| token | GitHub token with required permissions (repo scope for repository environments, admin:org scope for organization environments) | yes | — |
| debug | Enable debug mode for detailed logging | no | false |
Outputs
| name | description |
|---|---|
| status | Operation status (success/failure) |
| message | Operation result message |