eic/Trigger GitLab CI through webhooks
Triggers the GitLab CI pipeline through webhook pipeline trigger and associated token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | GitLab server url (at the level under which the API starts) | no | https://gitlab.com |
| project_id | GitLab project ID | yes | "" |
| token | GitLab pipeline trigger token (GitLab Settings > CI/CD > Pipeline Triggers) | yes | "" |
| ref_name | GitLab project ref_name (branch or tag name; defaults to main) | no | main |
| variables | Additional variables in VAR=value format to pass to the pipeline | no | "" |
Outputs
| name | description |
|---|---|
| json | GitLab webhook response (JSON) |
| web_url | GitLab pipeline URL |