dmsi-io/Setup Environment Variables
Exports set list of environment variables to GITHUB_ENV with sensible defaults.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GCP_PROJECT_ID | ProjectID of the GCP project to deploy to. | yes | — |
| REGISTRY_HOSTNAME | Hostname of Container Registry | no | gcr.io |
| TLD | Top Level Domain to create subdomain on. | yes | — |
| NAMESPACE | Allows to override the desired NAMESPACE variable | no | — |
| SERVICE_NAME | Allows to override the desired SERVICE_NAME variable | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| short_sha | Short SHA |
| env | Kubernetes Environment |
| namespace | Kubernetes Namespace |
| service_name | Kubernetes Service Name |
| build_image | Docker Build Image |
| hostname | Hostname |
| cert_name | TLS Certificate Name |