Skip to main content
CircleCI

Integrate CircleCI with Torq: Learn to create API keys and configure CI/CD actions within your workflows.

Updated over a week ago

CircleCI is a cloud CI/CD (continuous integration and continuous delivery/deployment) platform. Create a CircleCI integration to perform actions in CircleCI as part of your Torq workflows.

Create a CircleCI API key

  1. Go to User Settings.

    select User Settings in CircleCI
  2. Go to Personal API Tokens and click Create New Token.

    create a new api token in CircleCI
  3. Give the token a meaningful name and click Add API Token.

  4. Copy the API Token and save it to use in Torq.

Create a CircleCI Steps Integration in Torq

  1. Go to Build > Integrations > Steps > CircleCI and click Add.

  2. Enter a meaningful integration name and the API Token you copied from CircleCI. Click Add.

How to Use CircleCI Steps

Once you have the integration configured, you can start using the CircleCI steps available in the steps library.

Most CircleCI steps require the ORGANIZATION ID parameter (for the Get Contexts step), which you can find on the Organization settings page.

Premade Steps

These are the premade steps for CircleCI. Don't see the step you need? That is no problem; you can easily create custom steps.

  • Add or update an environment variable

  • Delete an environment variable

  • Get branch pipelines

  • Get contexts

  • List environment variables

  • List repository environment variables

Did this answer your question?