smartlyio/Deployment and Link
Make a deployment with the Github Deployments API and link it to actual deployment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github access token | yes | — |
| job_status | Current job status. Should never be passed; the default should be used. | no | ${{ job.status }} |
| ref | The github ref being deployed. Can be branch, tag, commit, etc. | no | — |
| version | The version being deployed (for disply purposes only) | no | — |
| required_contexts | Comma-separated list of required status checks for this deployment. Default: No checks are required. | no | — |
| environment_url | Link to put in deployment message. | no | — |
| environment_name | Name of deployment environment to pass to Github API. | no | production |
| is_production | Is the environment being deployed a production environment? Default depends on the environment_name input: - production = true - /^kube-prod\d+$/ = true | no | — |
| skip_pre_action | Skip the action pre-execution step and only create the deployment when the main action runs. This allows more dynamic setup of the action parameters if they need to be determined by another step in the workflow. | no | false |
Outputs
no outputs