abendigo/Create GitHub API Deployment
Create a Deployment via the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Nov 29, 2019
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: abendigo/create-deployment@a1ea7201989b452a27beda09402be3adebf48524 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | This should be a token with access to your repository scoped in as a secret | yes | — |
| ref | The ref to deploy. This can be a branch, tag, or SHA. Defaults to the value of ${GITHUB_GITHUB_REPOSITORY} | no | — |
| task | Specifies a task to execute (e.g., deploy or deploy:migrations) | no | — |
| payload | JSON payload with extra information about the deployment | no | — |
| environment | Name for the target deployment environment (e.g., production, staging, qa) | no | — |
| description | Short description of the deployment | no | — |
Outputs
| name | description |
|---|---|
| id | The ID of the Deployment |