actions-marketplace-validations/Setup CD workspace all in one
Setup tools and components for Cloud provider(Azure, AliCloud, etc.)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 14, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/coscene-io_setup-cd-workspace-all-in-one@b32320d358137234cef744939e55876bd3c36ea6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cloud-provider | cloud provider: Azure, AliCloud, TBD. | yes | — |
| azure-client-id | OIDC client id to login Azure | no | — |
| azure-tenant-id | OIDC tenant id to login Azure | no | — |
| azure-subscription-id | OIDC subscription id to login Azure | no | — |
| acr-login-registry | Azure/AliCloud ACR registry to login | yes | — |
| acr-username | Azure/AliCloud ACR username to login | yes | — |
| acr-password | Azure/AliCloud ACR password to login | yes | — |
| azure-aks-resource-group | Azure AKS cluster resource group | no | — |
| azure-aks-cluster-name | Azure AKS cluster name to use | no | — |
| alicloud-ack-cluster-id | AliCloud ACK cluster id to login | no | — |
| alicloud-ack-access-key-id | AliCloud access key id to login ACK | no | — |
| alicloud-ack-access-key-secret | AliCloud access key secret to login ACK | no | — |
| need-cd-tools | Whether to install CD tools: kubectl, skaffold, kustomize, helm, etc. | no | true |
Outputs
no outputs