chalk-ai/Chalk Apply
Deploy to a preview branch or production environment from your GitHub Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client-id | The client ID to use for requests to Chalk. | yes | — |
| client-secret | The client secret to use for requests to Chalk. | yes | — |
| branch | If deploying to a branch, the name of the branch to use. | no | — |
| no-promote | By default, Chalk will deploy to your production environment. With no-promote, your pipelines will deploy to a preview environment. | no | false |
| await | Should this step block until it completes? | no | true |
| version | Version of the Chalk CLI to install. If unspecified or set to "latest", the latest version for the target platform will be installed. | no | latest |
| environment | The Chalk environment to use. | no | — |
| api-host | If you're using a self-hosted deployment, the API host where Chalk is hosted. | no | — |
Outputs
| name | description |
|---|---|
| deployment_id | The deployment ID. |