sendinblue/Deployment Action
Trigger deployment event for a GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token to access the Deployments API (usually github.token). | yes | — |
| repository | Full repository name (e.g. owner/repo). | yes | — |
| ref | Branch/tag (version) for which the deployment will be triggered. | yes | — |
| environment | Name for the target deployment environment (e.g., production, staging, qa). | no | production |
| task | Specifies a task to execute (e.g., deploy or deploy:migrations). | no | deploy |
| required-contexts | The status contexts to verify against commit status checks. | no | null |
| payload | Component (Kustomize overlays path) | — | — |
Outputs
| name | description |
|---|---|
| image | Deployment ID |