actions-marketplace-validations/Create Mender deployment
Create a deployment on a Mender server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 1, 2025
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/mendersoftware_mender-gh-action-create-deployment@4773f00270d9bcd5deba13915757e4de463926d6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mender_pat | personal access token for the Mender server account to be used | yes | — |
| mender_deployment_name | deployment name to be created | yes | — |
| mender_release_name | Mender Artifacts release name | yes | — |
| mender_devices_group | the name of the devices group to which the release will be deployed | no | — |
| mender_device_attributes | the attributes of devices to which the release will be deployed | no | — |
| mender_devices_list | the list of device IDs to which the release will be deployed | no | — |
| mender_uri | URI for the Mender server to be used | no | https://hosted.mender.io |
| retries | number of times a device can retry the deployment in case of failure, defaults to 0 | no | 1 |
Outputs
no outputs