actions-marketplace-validations/CircleCI Workflow API Trigger
GitHub Action to trigger CircleCI pipelines using the new API v2 endpoint.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 9, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/promiseofcake_circleci-trigger-action@e182462eba499cd888af8e3376038a2aeb58fa02 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-slug | GitHub repository name in format: org-name/repo-name (e.g., promiseofcake/circleci-trigger-action) | yes | ${{ github.repository }} |
| user-token | CircleCI User Token used to authorize the workflow run | yes | — |
| branch | Branch for the CircleCI contextual run. | yes | ${{ github.head_ref }} |
| definition-id | Pipeline definition ID for the CircleCI pipeline to trigger | yes | — |
| payload | Payload data (JSON) to send to the Workflow endpoint | yes | {} |
Outputs
no outputs