anilbelgod/Environment settings interface
Get information about cluster by environment private action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 24, 2025
- License
- None
Pinned Snippet
uses: anilbelgod/github-action-interface-environment@beefb45697bbf79b04222478182a7fdda429c8a5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| implementation_repository | Repository with Environment action implementation | yes | — |
| implementation_path | Repository path with Environment action implementation | yes | "" |
| implementation_file | Repository filename with Environment action implementation | yes | action.yaml |
| implementation_ref | Ref of environment action implementation | yes | main |
| implementation_github_pat | GitHub PAT allow fetch environment action implementation | yes | — |
| environment | Environment name | yes | — |
| namespace | Namespace name | yes | — |
| repository | Repository name | no | — |
| config-app-name | Application name | yes | — |
| tenant | The tenant for the deployment | yes | — |
Outputs
| name | description |
|---|---|
| name | Environment name |
| region | JSON formatted {label}: {environment} map |
| role | Environments that need to be deployed |
| cluster | Environments that need to be destroyed |
| namespace | Namespace |
| service-secret-sm-path | The path to the service secret in Secret Manager |
| service-config-sm-path | The path to the service config in Secret Manager |
| platform-sm-path | The path to the platform secrets per cluster in the Secret Manager |