Skip to content

Instantly share code, notes, and snippets.

@178inaba
Last active July 1, 2020 09:19
Show Gist options
  • Save 178inaba/b367616d5c228353b1659cbc4450376f to your computer and use it in GitHub Desktop.
Save 178inaba/b367616d5c228353b1659cbc4450376f to your computer and use it in GitHub Desktop.
Kick CircleCI pipeline by specifying branch.
curl -X POST -H 'Circle-Token:foo' -H 'Content-Type:application/json' -d '{"branch":"bar"}' https://circleci.com/api/v2/project/github/baz/app/pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment