n8n-docs/docs/integrations/credentials/circleCi.md
2022-04-13 09:56:05 +01:00

20 lines
687 B
Markdown

# CircleCI
You can use these credentials to authenticate the following nodes with CircleCI.
- [CircleCI](/integrations/nodes/n8n-nodes-base.circleCi/)
## Prerequisites
Create a [CircleCI](https://circleci.com/) account.
## Using Access Token
1. Access your CircleCI User Settings.
2. Visit the [Personal API Tokens](https://app.circleci.com/settings/user/tokens) section.
3. Click on the *Create New Token* button.
4. Type in a name for your token and click on the *Add API Token* button.
5. Copy the generated API Token and use it with your CircleCI API node credentials in n8n.
![Getting CircleCI credentials](/_images/integrations/credentials/circleci/using-access-token.gif)